diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-02-02 15:04:02 -0600 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-02-02 15:04:02 -0600 |
| commit | 973d5dd654ea23dea3ff185e157a404556815ccb (patch) | |
| tree | e11d0917e640fbe626443c57c5de50838f2aa662 /httemplate/edit/quick-charge.html | |
| parent | fcb0e3c1cb7567c7ce2c24a367c304b9a1e356f3 (diff) | |
| parent | 80a28e539bd4ad11a309e5f98402beea648fee67 (diff) | |
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
Diffstat (limited to 'httemplate/edit/quick-charge.html')
| -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'; |
