diff options
author | Mark Wells <mark@freeside.biz> | 2016-07-06 13:57:20 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-07-06 13:58:25 -0700 |
commit | 5e76080d6ca453fa4471d21e10da023f8bb03184 (patch) | |
tree | d056c0aef33a7f552652b45800a95a0e4d9606da /conf/invoice_html | |
parent | 6a38d3f3aa3e7953d3da2c6a48466bf600366732 (diff) |
payment terms localization, #71549
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 9d6f52842..d8a2d0a97 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -122,7 +122,7 @@ $OUT .= qq! <img src="cust_bill-barcode.cgi?invnum=$invnum;template=$template"><br> !; } %> - <%= $terms ? emt('Terms') . ": $terms" : '' %><BR> + <%= $terms ? emt('Terms') . ': ' . emt($terms) : '' %><BR> <%= $po_line %> </td> </tr> |