diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-03-18 21:51:59 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-03-18 21:51:59 -0700 |
commit | b01c9bdfaeea66b61a9948ee6260a121fc430186 (patch) | |
tree | d3f133375d34650086c9137db1871b6b7824e3e5 /httemplate/search/elements | |
parent | 04f99991071acf5c390ea4d52db37798543ff9d8 (diff) |
fix refund reports, RT#22004, RT#940
Diffstat (limited to 'httemplate/search/elements')
-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 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') ) { |