From: erickson Date: Mon, 23 Nov 2009 20:17:55 +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=ae903531aafbd6fca88dc6ef6a70d61d9786c8a2;p=Evergreen.git patch from Ben Ostrowsky to flesh patron profile info in overdue notice script git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15011 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/] } } ]);