On 11/11/2010, at 10:25pm, Stroller wrote:

> 
> On 11/11/2010, at 9:57pm, Richard Hernandez wrote:
>> I just printed an invoice for a customer and noticed their purchase order 
>> number does not show anywhere on the invoice.  How can I have this show on 
>> the invoice?  Customers won't pay an invoice without their purchase order 
>> number on the invoice.
> 
> Looks like:
> 
>             <?lsmb if ponumber ?>
>               <td><?lsmb ponumber ?>
>             <?lsmb end ponumber ?>

Opps.. correction, ignore the <td>:

              <?lsmb if ponumber ?>
                <?lsmb ponumber ?>
              <?lsmb end ponumber ?>

I just grepped the templates directory for "po" and found this. The example I 
posted was clearly part of an HTML table. You may find the "if" and "end" 
statements are not needed, but only the middle "<?lsmb ponumber ?>" - in that 
case you may find that "NaN" or something is printed if there is no PO number.

Stroller.


------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Ledger-smb-users mailing list
Ledger-smb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to