diff options
author | levinse <levinse> | 2011-05-21 17:58:08 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-21 17:58:08 +0000 |
commit | ddde2be8e3d2cd0e61da2f68d4c06a6b31c50562 (patch) | |
tree | c9a1c7418663f84d7af93c2aa8145ee6b3b6af37 /httemplate/search/report_receivables.cgi | |
parent | 93ec97f7d887bfd8e172f476edd8477546b5d597 (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/search/report_receivables.cgi')
-rwxr-xr-x | httemplate/search/report_receivables.cgi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi index 57228a501..9c5c0e2d9 100755 --- a/httemplate/search/report_receivables.cgi +++ b/httemplate/search/report_receivables.cgi @@ -1,9 +1,8 @@ -<% include( 'elements/cust_main_dayranges.html', - 'title' => 'Accounts Receivable Aging Summary', +<& elements/cust_main_dayranges.html, + 'title' => emt('Accounts Receivable Aging Summary'), 'range_sub' => \&balance, 'payment_links' => 1, - ) -%> +&> <%init> die "access denied" |