From a983ba996fbd3d432443eff8afc4b09bb48ec443 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 6 Jul 2016 13:57:20 -0700 Subject: payment terms localiation, #71549 --- 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 9d6f52842..d8a2d0a97 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -122,7 +122,7 @@ $OUT .= qq!
!; } %> - <%= $terms ? emt('Terms') . ": $terms" : '' %>
+ <%= $terms ? emt('Terms') . ': ' . emt($terms) : '' %>
<%= $po_line %> -- cgit v1.2.1