diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-04-14 08:10:48 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-04-14 08:10:48 -0500 |
commit | 497739310211650a12becc4ca7954c2b055499c8 (patch) | |
tree | fd1cfd08541cb0e9a69f96cffefd2bb2cd5f2d20 /httemplate/search/elements/cust_pay_or_refund.html | |
parent | ccd822eb8751deae96b57df4ce6abc56a195b9c4 (diff) |
RT#41671 Fix double click prevention for all legacy buttons [full-on fixes]
Diffstat (limited to 'httemplate/search/elements/cust_pay_or_refund.html')
-rwxr-xr-x | httemplate/search/elements/cust_pay_or_refund.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/cust_pay_or_refund.html b/httemplate/search/elements/cust_pay_or_refund.html index 7d7fb73e9..b07f5e9d2 100755 --- a/httemplate/search/elements/cust_pay_or_refund.html +++ b/httemplate/search/elements/cust_pay_or_refund.html @@ -63,7 +63,7 @@ Examples: sub { sprintf($money, $_[0]->$amount_field) }, ], 'total_row' => [ '<B>Total</B>', - sub { warn Dumper @_; sprintf("<B>$money</B>", $_[0]->$amount_field) }, + sub { sprintf("<B>$money</B>", $_[0]->$amount_field) }, ], 'show_combined' => 1, &> |