RT#41671 Fix double click prevention for all legacy buttons [full-on fixes]
[freeside.git] / httemplate / search / elements / cust_pay_or_refund.html
index 7d7fb73..b07f5e9 100755 (executable)
@@ -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,
 &>