summaryrefslogtreecommitdiff
path: root/httemplate/search/report_prepaid_income.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-25 12:20:40 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-25 12:20:40 -0700
commit4dc075fc38008d1c6cbe9b88b2bdb32bdc92adbf (patch)
treec545a27868fdb90bfea8ac7337092731e01bf2b6 /httemplate/search/report_prepaid_income.html
parent42a5e5491d250c6462bc9e5bad53786414020fa9 (diff)
fix translation escaping
Diffstat (limited to 'httemplate/search/report_prepaid_income.html')
-rw-r--r--httemplate/search/report_prepaid_income.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/search/report_prepaid_income.html b/httemplate/search/report_prepaid_income.html
index dfb2ea249..127c1b852 100644
--- a/httemplate/search/report_prepaid_income.html
+++ b/httemplate/search/report_prepaid_income.html
@@ -32,9 +32,9 @@
<% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %>
<& /elements/tr-select-cust_main-status.html,
- label => mt('Customer Status') &>
+ label => emt('Customer Status') &>
<& /elements/tr-select-cust_class.html,
- label => mt('Customer Class'), field => 'cust_classnum', multiple => 1 &>
+ label => emt('Customer Class'), field => 'cust_classnum', multiple => 1 &>
<& /elements/tr-select.html,
label => 'Invoice Status',
field => 'mode',
@@ -43,7 +43,7 @@
<TD ALIGN="right">
<INPUT TYPE="checkbox" NAME="include_monthly" VALUE=1>
</TD>
- <TD ALIGN="left"><% mt('Include packages with period &le; 1 month') %>
+ <TD ALIGN="left"><% emt('Include packages with period < 1 month') %>
</TD>
</TR>
<TR>