Merge branch 'master' of git.freeside.biz:/home/git/freeside
authorIvan Kohler <ivan@freeside.biz>
Tue, 19 Mar 2013 04:52:38 +0000 (21:52 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 19 Mar 2013 04:52:38 +0000 (21:52 -0700)
httemplate/search/elements/cust_pay_or_refund.html

index d5403de..9f83d54 100755 (executable)
@@ -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') ) {