summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-03-06 16:30:54 -0500
committerChristopher Burger <burgerc@freeside.biz>2017-03-21 08:59:46 -0400
commit6bbf2c9748aaf75e7609bf4a14dcb411eed8cf81 (patch)
treeb907ffaaf285a3a4f2722771fdce886296f6cdd1 /httemplate/misc
parentf139899e03e7ff636a0830fd6a7bcc9f620b92a0 (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.html2
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>