From: miker Date: Mon, 12 Oct 2009 05:09:26 +0000 (+0000) Subject: forward-porting r14346: pass the patron id (instead of the object) and the appropriat... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f2a563c716317f0a071868e9c78f37df7070e113;p=working%2FEvergreen.git forward-porting r14346: pass the patron id (instead of the object) and the appropriate context org to the penalty calculator git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@14352 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm index 84c01dbcd9..9ca50b52e3 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -776,7 +776,8 @@ sub generate_fines { $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, }