[open-ils-commits] r12457 - trunk/Open-ILS/src/perlmods/OpenILS/Application (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Mar 6 16:53:35 EST 2009
Author: erickson
Date: 2009-03-06 16:53:31 -0500 (Fri, 06 Mar 2009)
New Revision: 12457
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm
Log:
flesh card on the user
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm 2009-03-06 21:49:21 UTC (rev 12456)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm 2009-03-06 21:53:31 UTC (rev 12457)
@@ -935,8 +935,8 @@
{ target_copy => $copy->id},
{ limit => 1,
order_by => {circ => "xact_start DESC"},
- flesh => 1,
- flesh_fields => {circ => ['target_copy', 'usr']}
+ flesh => 2,
+ flesh_fields => {circ => ['target_copy', 'usr'], au => ['card']}
}
])->[0];
More information about the open-ils-commits
mailing list