patch from Ben Ostrowsky to flesh patron profile info in overdue notice script
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 23 Nov 2009 20:17:28 +0000 (20:17 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 23 Nov 2009 20:17:28 +0000 (20:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15009 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/support-scripts/generate_circ_notices.pl

index 46acd75..c1a91ad 100755 (executable)
@@ -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/] 
             }
         }
     ]);