[open-ils-commits] r12448 - trunk/Open-ILS/src/perlmods/OpenILS/Application (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Mar 6 14:48:52 EST 2009
Author: erickson
Date: 2009-03-06 14:48:48 -0500 (Fri, 06 Mar 2009)
New Revision: 12448
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm
Log:
put event args in payload to stick with convention
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm 2009-03-06 19:40:35 UTC (rev 12447)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm 2009-03-06 19:48:48 UTC (rev 12448)
@@ -974,7 +974,7 @@
} else {
return OpenILS::Event->new('DAMAGE_CHARGE',
- usr => $circ->usr->id, charge => $total);
+ payload => {usr => $circ->usr->id, charge => $total});
}
}
More information about the open-ils-commits
mailing list