[open-ils-commits] r18582 - branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Nov 2 12:24:06 EDT 2010
Author: miker
Date: 2010-11-02 12:24:03 -0400 (Tue, 02 Nov 2010)
New Revision: 18582
Modified:
branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm
Log:
Patch from Steve Callender to address a booking-related collection agency reporting problem
Modified: branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm
===================================================================
--- branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm 2010-11-02 16:23:35 UTC (rev 18581)
+++ branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm 2010-11-02 16:24:03 UTC (rev 18582)
@@ -199,7 +199,7 @@
(my $real_sql = $SQL) =~ s/XX/$o_txt/gsm;
my $sth = money::collections_tracker->db_Main->prepare($real_sql);
- $sth->execute( $org->id, $age, $org->id, $age, $amount );
+ $sth->execute( $org->id, $age, $org->id, $age, $org->id, $age, $amount );
while (my $row = $sth->fetchrow_hashref) {
#$row->{usr} = actor::user->retrieve($row->{usr})->to_fieldmapper;
More information about the open-ils-commits
mailing list