diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-02-02 01:34:42 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-02-02 01:34:42 -0800 |
commit | 80a28e539bd4ad11a309e5f98402beea648fee67 (patch) | |
tree | f6f9e1953be8b5ac1405e3061a84f30d11dc66d5 | |
parent | d4997594578f91e100f62097fe2349531e0ee523 (diff) |
comment
-rw-r--r-- | httemplate/edit/quick-charge.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index 4d85c72e4..05a375ac7 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'; |