flesh card on the user
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 6 Mar 2009 21:53:31 +0000 (21:53 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 6 Mar 2009 21:53:31 +0000 (21:53 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12457 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Circ.pm

index b18727a..8299168 100644 (file)
@@ -935,8 +935,8 @@ sub handle_mark_damaged {
         {   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];