summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-03-18 21:51:59 -0700
committerIvan Kohler <ivan@freeside.biz>2013-03-18 21:51:59 -0700
commitb01c9bdfaeea66b61a9948ee6260a121fc430186 (patch)
treed3f133375d34650086c9137db1871b6b7824e3e5 /httemplate/search
parent04f99991071acf5c390ea4d52db37798543ff9d8 (diff)
fix refund reports, RT#22004, RT#940
Diffstat (limited to 'httemplate/search')
-rwxr-xr-xhttemplate/search/elements/cust_pay_or_refund.html2
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') ) {