From: Ivan Kohler Date: Tue, 19 Mar 2013 04:51:59 +0000 (-0700) Subject: fix refund reports, RT#22004, RT#940 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b01c9bdfaeea66b61a9948ee6260a121fc430186;hp=04f99991071acf5c390ea4d52db37798543ff9d8 fix refund reports, RT#22004, RT#940 --- diff --git a/httemplate/search/elements/cust_pay_or_refund.html b/httemplate/search/elements/cust_pay_or_refund.html index d5403de78..9f83d54af 100755 --- a/httemplate/search/elements/cust_pay_or_refund.html +++ b/httemplate/search/elements/cust_pay_or_refund.html @@ -468,7 +468,7 @@ warn $beginning; #here is the agent virtualization push @search, $curuser->agentnums_sql; - my $addl_from = FS::UI::Web::join_cust_main('cust_pay'); + my $addl_from = FS::UI::Web::join_cust_main($table); my $group_by = ''; if ( $cgi->param('tax_names') ) {