diff options
author | ivan <ivan> | 2011-08-16 00:37:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-16 00:37:00 +0000 |
commit | a859e1e18ebe73086ab5792a2eda05929ad19873 (patch) | |
tree | 03fd3c215ace36c4e7328ca6b298b2e9851108bb /conf/invoice_html | |
parent | 6011535409e784cde658c0042b2f665c83975a91 (diff) |
don't show empty Terms: on invoices
Diffstat (limited to 'conf/invoice_html')
-rw-r--r-- | conf/invoice_html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html index fc553d5d5..7a8b8594e 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -86,7 +86,7 @@ $OUT .= qq! <img src="cust_bill-barcode.cgi?invnum=$invnum;template=$template"><br> !; } %> - Terms: <%= $terms %><BR> + <%= $terms ? "Terms: $terms" : '' %><BR> <%= $po_line %> </td> </tr> |