diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 12:21:00 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 12:21:00 -0700 |
| commit | 24389dff37b486ed4f0281bd50a3ff1ee77ae74d (patch) | |
| tree | 0b8574f7e9d34101d780a0c2fd2064712769f1d6 /httemplate/misc/batch-cust_pay.html | |
| parent | 6d1717a6efc1db987c309d149e679a5676a04e4a (diff) | |
fix translation escaping
Diffstat (limited to 'httemplate/misc/batch-cust_pay.html')
| -rw-r--r-- | httemplate/misc/batch-cust_pay.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/batch-cust_pay.html b/httemplate/misc/batch-cust_pay.html index 197ade14f..d4d4afa6e 100644 --- a/httemplate/misc/batch-cust_pay.html +++ b/httemplate/misc/batch-cust_pay.html @@ -288,7 +288,7 @@ function create_application_row(rownum, appnum) { td_invnum.setAttribute('colspan', 4); td_invnum.style.textAlign = 'right'; td_invnum.appendChild( - document.createTextNode('<% mt('Apply to Invoice ') %>') + document.createTextNode(<% mt('Apply to Invoice ') |js_string %>) ); var select_invnum = document.createElement('SELECT'); select_invnum.setAttribute('rownum', rownum); |
