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:57:20 -0700 |
commit | a983ba996fbd3d432443eff8afc4b09bb48ec443 (patch) | |
tree | 704e99caabb52a5c785e848da90c77c3259b4c19 /conf/invoice_html | |
parent | 5c1f29673647a123c6ccb0e999676f286ce0b9f6 (diff) |
payment terms localiation, #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> |