diff options
author | Mark Wells <mark@freeside.biz> | 2015-01-22 17:29:48 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-01-22 17:29:48 -0800 |
commit | 2073798304acbd9402f73e0dee7507a7a4d22ceb (patch) | |
tree | c6cc427365553521fc6bcc2e9397905e69660147 /httemplate/edit/cust_refund.cgi | |
parent | c113c2681677d34974e9d63b631904770e25e3c0 (diff) |
unsnarl creation of credit/refund reasons, partial fallout from #31702
Diffstat (limited to 'httemplate/edit/cust_refund.cgi')
-rwxr-xr-x | httemplate/edit/cust_refund.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_refund.cgi b/httemplate/edit/cust_refund.cgi index 9f7ac8dee..f9095fd7a 100755 --- a/httemplate/edit/cust_refund.cgi +++ b/httemplate/edit/cust_refund.cgi @@ -109,7 +109,7 @@ <& /elements/tr-select-reason.html, 'field' => 'reasonnum', 'reason_class' => 'F', - 'control_button' => "document.getElementById('confirm_refund_button')", + 'control_button' => "confirm_refund_button", 'cgi' => $cgi, &> |