X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fquick-charge.html;h=27841063fa9459da31504739c1d11a85827501f6;hp=145898746687003bb4e4624bd0d6b8e8c8ed98ce;hb=75e11f1d1a5ced24496b5732e290f7762403feb8;hpb=df4c3a581b4e37920a144dee8342f296405d7946 diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index 145898746..27841063f 100644 --- a/httemplate/edit/quick-charge.html +++ b/httemplate/edit/quick-charge.html @@ -1,4 +1,4 @@ -<& /elements/header-popup.html, emt('One-time charge'), '', +<& /elements/header-popup.html, mt('One-time charge'), '', ( $cgi->param('error') ? '' : 'onload="addRow()"' ), &> @@ -154,7 +154,7 @@ function bill_now_changed (what) { % if ( $cust_main->payby =~ /^(CARD|CHEK)$/ ) { % my $what = lc(FS::payby->shortname($cust_main->payby)); - <% mt('Disable automatic $what charge') |h %> + <% mt("Disable automatic $what charge") |h %> % }