From 35965be444639d6d0a99e64c9cbdbb521dfed0ab Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Aug 2011 00:37:02 +0000 Subject: don't show empty Terms: on invoices --- conf/invoice_html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/invoice_html') 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!
!; } %> - Terms: <%= $terms %>
+ <%= $terms ? "Terms: $terms" : '' %>
<%= $po_line %> -- cgit v1.2.1