summaryrefslogtreecommitdiff
path: root/conf/invoice_html
diff options
context:
space:
mode:
authorivan <ivan>2011-08-16 00:37:01 +0000
committerivan <ivan>2011-08-16 00:37:01 +0000
commitf024e9d6f1a39f192bf7393c670332c9d223af79 (patch)
treefeca57722248e1568e6931696375af371f6652d4 /conf/invoice_html
parent17b9967e8c3c58aec947bf134e22733a152f4dc7 (diff)
don't show empty Terms: on invoices
Diffstat (limited to 'conf/invoice_html')
-rw-r--r--conf/invoice_html2
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>