[open-ils-commits] r18580 - trunk/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:16 EDT 2010


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

Modified:
   trunk/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: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm	2010-11-02 15:50:39 UTC (rev 18579)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm	2010-11-02 16:23:13 UTC (rev 18580)
@@ -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