From: ivan Date: Thu, 14 Jul 2011 15:59:23 +0000 (+0000) Subject: fix slight i18n UI fallout w/one time charges X-Git-Tag: freeside_2_3_0~25 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8c59634ee0d66d79b27f76818ca5ba41f797359b fix slight i18n UI fallout w/one time charges --- diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index 3fe43dcbc..27841063f 100644 --- a/httemplate/edit/quick-charge.html +++ b/httemplate/edit/quick-charge.html @@ -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 %> % }