From ec10b178646b74fb58b966188e708fcd155f0369 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 23 Nov 2009 20:17:28 +0000 Subject: [PATCH] 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 --- Open-ILS/src/support-scripts/generate_circ_notices.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/] } } ]); -- 2.11.0