diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-03-06 16:30:54 -0500 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-05-24 11:49:25 -0400 |
| commit | 0f87b832ccbd061752abf034526e1c3bbf7a89ba (patch) | |
| tree | 71322bf8a64677141bd9be0efda228f5390faf8c /httemplate/misc | |
| parent | db4224c7e058492c8e32a39d5b6dd3c3ebe01955 (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')
| -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 d4d4afa6e..ab76aa7f6 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> |
