From: Dieter S. <dsi...@sq...> - 2001-07-10 23:25:43
|
You can add the name in SL/IS.pm line 151 map { $form->{$_} = $myconfig->{$_} } (qw(name company address tel fax signature)); then use <%name%> on the invoice form. 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, 10 Jul 2001, Roderick A. Anderson wrote: > I have a need to be able to put the SQL-Ledger user's name in an > invoice. Based on the entries in the users/members file I tried > <%name%> but got the invoiced company's name instead. Where would I add > this capability or what value do I use? I couldn't figure out where > parse_template was pulling the other values from. > > > Thanks, > Rod > |