diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-03-06 16:30:54 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-03-06 16:30:54 -0500 |
commit | 77d97788cf400c58c4d0c7c908e5923266c74f7a (patch) | |
tree | 6a67d08293a5d88b61079df97b6be118068521c9 /httemplate/misc/batch-cust_pay.html | |
parent | 9e878943532b9ecb84bac1db76c05cf9bc09d2cc (diff) |
RT# 37099, Updated Post payment button to have an id, and updated javascript to disable submit button when multiple customers found
Diffstat (limited to 'httemplate/misc/batch-cust_pay.html')
-rw-r--r-- | httemplate/misc/batch-cust_pay.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/batch-cust_pay.html b/httemplate/misc/batch-cust_pay.html index e20e4a4e3..003dc86ac 100644 --- a/httemplate/misc/batch-cust_pay.html +++ b/httemplate/misc/batch-cust_pay.html @@ -448,7 +448,7 @@ function preload() { &> <BR> -<INPUT TYPE="button" VALUE="Post payment batch" name="btnsubmit" onclick="window.onbeforeunload = null; document.OneTrueForm.submit(); this.disabled = true;"> +<INPUT TYPE="button" VALUE="Post payment batch" name="btnsubmit" id="btnsubmit" onclick="window.onbeforeunload = null; document.OneTrueForm.submit(); this.disabled = true;"> </FORM> |