From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 23 Nov 2009 20:17:28 +0000 (+0000)
Subject: patch from Ben Ostrowsky to flesh patron profile info in overdue notice script
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ec10b178646b74fb58b966188e708fcd155f0369;p=contrib%2FConifer.git

patch from Ben Ostrowsky to flesh patron profile info in overdue notice script

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15009 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/src/support-scripts/generate_circ_notices.pl b/Open-ILS/src/support-scripts/generate_circ_notices.pl
index 46acd754fe..c1a91adf75 100755
--- a/Open-ILS/src/support-scripts/generate_circ_notices.pl
+++ b/Open-ILS/src/support-scripts/generate_circ_notices.pl
@@ -400,7 +400,7 @@ sub fetch_circ_data {
         $usr_id,
         {   flesh => 1,
             flesh_fields => {
-                au => [qw/card billing_address mailing_address/] 
+                au => [qw/card billing_address mailing_address profile/] 
             }
         }
     ]);