|
From: Dieter S. <dsi...@sq...> - 2001-07-11 16:36:32
|
The name escaped me, it is already used.
You can add this instead
$form->{uname} = $myconfig->{name};
and then use <%uname%> in 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:
> On Tue, 10 Jul 2001, Dieter Simader wrote:
>
> > 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.
>
> One slight problem. Name is the same for both the user and the company
> being billed. So when I do this I get the user's name in the bill to
> block.
> I'm chasing down all the changes that need to be done to change the
> entry in the members file from name to uname (Would you prefer a
> different value?). Got some of them but not all ... yet!
>
>
> Rod
>
|