comment
authorIvan Kohler <ivan@freeside.biz>
Mon, 2 Feb 2015 09:34:42 +0000 (01:34 -0800)
committerIvan Kohler <ivan@freeside.biz>
Mon, 2 Feb 2015 09:34:42 +0000 (01:34 -0800)
httemplate/edit/quick-charge.html

index 4d85c72..05a375a 100644 (file)
@@ -106,7 +106,7 @@ function bill_now_changed (what) {
 
 <TABLE ID="QuickChargeTable" BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0 STYLE="background-color: #cccccc">
 
-% if ( $cust_pkg ) {
+% if ( $cust_pkg ) { #modify one-time charge
 
 <INPUT TYPE="hidden" NAME="pkgnum" VALUE="<% $cust_pkg->pkgnum %>">
 % my $field = '/elements/tr-input-text.html';