|
From: Dieter S. <dsi...@sq...> - 2002-02-12 18:56:18
|
To use a different backend function you should put the replacement function into the same custom_ frontend script. If you need the same code in more than one module create another file and included the file in both custom_ scripts with a require. $form->parse_template() would then become &parse_template() This way you do not need to patch Form.pm. Dieter Simader http://www.sql-ledger.org (780) 472-8161 DWS Systems Inc. Accounting Software Fax: 478-5281 =========== On a clear disk you can seek forever =========== On Tue, 12 Feb 2002, Philip Reetz wrote: > > > Hello list members, > as promised here is the patch to produce postscript output from within > sql-ledger. Everything needed schould be included in the tar file. You will > also find a text document describing installation procedures and handling > and an invoice template. > If there are any questions feel free to discuss this with us and the list. > I hope this will be of some help for anybody. > > Ciao, > Philip > -- > LINET Services > Linux im Intra- und InterNet > > Rebenring 33 Tel.: 0531-280 191 71 > 38106 Braunschweig Fax: 0531-280 191 72 > > http://www.linet-services.de > mailto:in...@li... |