RT#71890: SelfService API: Return monthly recurring fee [display_recurring, v3 reconc...
authorJonathan Prykop <jonathan@freeside.biz>
Thu, 1 Sep 2016 03:26:32 +0000 (22:26 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Thu, 1 Sep 2016 03:26:32 +0000 (22:26 -0500)
httemplate/view/cust_main/billing.html

index eed3baf..7be3201 100644 (file)
@@ -30,8 +30,8 @@
 % if ( $cust_main->num_ncancelled_pkgs < 54 ) {
 %   foreach my $freq_info ($cust_main->display_recurring) {
       <TR>
-        <TH ALIGN="right"><% emt( ucfirst($freq_info->{'freq_pretty'}). ' recurring' ) %></TH>
-        <TD><% $money_char. sprintf('%.2f', $freq_info->{'amount'}) %></TD>
+        <TD ALIGN="right"><% emt( ucfirst($freq_info->{'freq_pretty'}). ' recurring' ) %></TD>
+        <TD BGCOLOR="#ffffff"><% $money_char. sprintf('%.2f', $freq_info->{'amount'}) %></TD>
       </TR>
 %   }
 % }