From fe4227b3dff0f04ce5069a5d226a2c42c4936178 Mon Sep 17 00:00:00 2001
From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 2 Nov 2010 16:23:13 +0000
Subject: [PATCH] Patch from Steve Callender to address a booking-related
 collection agency reporting problem

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18580 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm
index e1a2f0ae3c..22ab1f308d 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm
+++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm
@@ -199,7 +199,7 @@ select
 		(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;
-- 
2.11.0