RT#35100 how to void a payment in the cust_pay_batch before file has been uploaded...
authorJonathan Prykop <jonathan@freeside.biz>
Sat, 1 Aug 2015 03:02:27 +0000 (22:02 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Sat, 1 Aug 2015 03:02:27 +0000 (22:02 -0500)
httemplate/search/cust_pay_batch.cgi

index 9e02e1b..6f5db2d 100755 (executable)
@@ -31,7 +31,7 @@
                                   sub {
                                     sprintf('%.02f', $_[0]->amount)
                                   },
                                   sub {
                                     sprintf('%.02f', $_[0]->amount)
                                   },
-                                  sub { $_[0]->display_status },
+                                  'status',
                                   $sub_unbatch,
                                   'error_message',
                                 ],
                                   $sub_unbatch,
                                   'error_message',
                                 ],