From: Ivan Kohler Date: Wed, 1 Jul 2015 07:59:54 +0000 (-0700) Subject: 3.x UI consistence X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=cbded596b87f700c427f7be3e746a90c561456c4;p=freeside.git 3.x UI consistence --- diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 01e7654d1..0a79ee50c 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -78,8 +78,8 @@ % } - <% emt( ucfirst($freq_pretty). ' recurring' ) %> - <% $money_char. sprintf('%.2f', $amount) %> + <% emt( ucfirst($freq_pretty). ' recurring' ) %> + <% $money_char. sprintf('%.2f', $amount) %> % }