[open-ils-commits] r18581 - branches/rel_2_0/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:23:39 EDT 2010


Author: miker
Date: 2010-11-02 12:23:35 -0400 (Tue, 02 Nov 2010)
New Revision: 18581

Modified:
   branches/rel_2_0/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_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm
===================================================================
--- branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm	2010-11-02 16:23:13 UTC (rev 18580)
+++ branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm	2010-11-02 16:23:35 UTC (rev 18581)
@@ -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