From: Jonathan Prykop Date: Thu, 1 Sep 2016 03:26:32 +0000 (-0500) Subject: RT#71890: SelfService API: Return monthly recurring fee [display_recurring, v3 reconc... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=259777e4667fc8a45496ba2805d1f7e01c75ac7b RT#71890: SelfService API: Return monthly recurring fee [display_recurring, v3 reconcile bug fix] --- diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index eed3baf4b..7be320131 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -30,8 +30,8 @@ % if ( $cust_main->num_ncancelled_pkgs < 54 ) { % foreach my $freq_info ($cust_main->display_recurring) { - <% emt( ucfirst($freq_info->{'freq_pretty'}). ' recurring' ) %> - <% $money_char. sprintf('%.2f', $freq_info->{'amount'}) %> + <% emt( ucfirst($freq_info->{'freq_pretty'}). ' recurring' ) %> + <% $money_char. sprintf('%.2f', $freq_info->{'amount'}) %> % } % }