From: levinse Date: Tue, 14 Jun 2011 05:01:14 +0000 (+0000) Subject: configurable payment date for auto CHEK/CARD, RT10813 X-Git-Tag: freeside_2_3_0~137 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b5b2c2631b51b6750b0ac21e7863f64f124139b4 configurable payment date for auto CHEK/CARD, RT10813 --- diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index a1927fa6e..049e7ed19 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -549,6 +549,10 @@ function toggle(obj) { <% $r %> <% mt('required fields') |h %> % } + + <%once> my $paystate_label = FS::Msgcat::_gettext('paystate');