From 638b846aa14c2f5a3d491264482b05dace8dd740 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 6 Mar 2009 21:53:31 +0000 Subject: [PATCH] flesh card on the user git-svn-id: svn://svn.open-ils.org/ILS/trunk@12457 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Circ.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm index b18727a584..82991687b1 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm @@ -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]; -- 2.11.0