summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-02-02 01:34:57 -0800
committerIvan Kohler <ivan@freeside.biz>2015-02-02 01:34:57 -0800
commit91fc21ed01fec83bf1dbb7392d212acdffd4d44c (patch)
treea0a704713a0c5058fb0b5062a0d3881b9ad38497 /httemplate
parent7d4ebaaed6a6a704c0a958f7e1305cf1d8560e82 (diff)
comment
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/quick-charge.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html
index dfaf404..1e1232d 100644
--- a/httemplate/edit/quick-charge.html
+++ b/httemplate/edit/quick-charge.html
@@ -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';