diff options
author | Mark Wells <mark@freeside.biz> | 2016-12-14 12:55:27 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-12-14 12:55:27 -0800 |
commit | 75ab0df930bcbf5173cdda2ce7704fdcf09d9d39 (patch) | |
tree | 1e389c19adf5d4a5b2c8404872ed6e8a417dcc65 /httemplate | |
parent | bd730ebd92b6c8f9d07d943dcb276e0c9cde3e30 (diff) | |
parent | 2c5bb9b8dfea90e8aac3937dfd28e3826e9c5f99 (diff) |
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into 3.x
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/edit/cust_pkg_discount.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/httemplate/edit/cust_pkg_discount.html b/httemplate/edit/cust_pkg_discount.html index e814c96c5..e65c613a0 100755 --- a/httemplate/edit/cust_pkg_discount.html +++ b/httemplate/edit/cust_pkg_discount.html @@ -14,13 +14,17 @@ <% include('/elements/error.html') %> -<FORM NAME="DiscountPkgForm" ACTION="<% $p %>edit/process/cust_pkg_discount.html" METHOD=POST> +<FORM NAME = "DiscountPkgForm" + ACTION = "<% $p %>edit/process/cust_pkg_discount.html" + METHOD = POST + onSubmit = "document.DiscountPkgForm.submit.disabled=true;" +> <INPUT TYPE="hidden" NAME="pkgnum" VALUE="<% $pkgnum %>"> <% ntable('#cccccc') %> <TR> - <TH ALIGN="right">Current package </TH> + <TH ALIGN="right">Package </TH> <TD COLSPAN=7> <% $curuser->option('show_pkgnum') ? $cust_pkg->pkgnum.': ' : '' %><B><% $part_pkg->pkg |h %></B> - <% $part_pkg->comment |h %> </TD> |