[open-ils-commits] r14346 - tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Oct 12 01:07:39 EDT 2009
Author: miker
Date: 2009-10-12 01:07:36 -0400 (Mon, 12 Oct 2009)
New Revision: 14346
Modified:
tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
pass the patron id (instead of the object) and the appropriate context org to the penalty calculator
Modified: tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2009-10-12 03:13:33 UTC (rev 14345)
+++ tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2009-10-12 05:07:36 UTC (rev 14346)
@@ -776,7 +776,8 @@
$penalty->request(
'open-ils.penalty.patron_penalty.calculate',
- { patron => $c->usr->to_fieldmapper,
+ { patronid => ''.$c->usr,
+ context_org => ''.$c->circ_lib,
update => 1,
background => 1,
}
More information about the open-ils-commits
mailing list