[freeside-commits] branch master updated. 35b1ca7d644c773f4e0aebf6d8798c93f76a7cd8
Ivan
ivan at 420.am
Mon Mar 18 21:52:45 PDT 2013
The branch, master has been updated
via 35b1ca7d644c773f4e0aebf6d8798c93f76a7cd8 (commit)
via b01c9bdfaeea66b61a9948ee6260a121fc430186 (commit)
from c2e126583354b58ef54ffa7f580b115b8eed1dd3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 35b1ca7d644c773f4e0aebf6d8798c93f76a7cd8
Merge: b01c9bd c2e1265
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Mar 18 21:52:38 2013 -0700
Merge branch 'master' of git.freeside.biz:/home/git/freeside
commit b01c9bdfaeea66b61a9948ee6260a121fc430186
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Mar 18 21:51:59 2013 -0700
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 d5403de..9f83d54 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') ) {
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/elements/cust_pay_or_refund.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list