[open-ils-commits] r15011 - branches/rel_1_6_0/Open-ILS/src/support-scripts (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Nov 23 15:18:00 EST 2009
Author: erickson
Date: 2009-11-23 15:17:55 -0500 (Mon, 23 Nov 2009)
New Revision: 15011
Modified:
branches/rel_1_6_0/Open-ILS/src/support-scripts/generate_circ_notices.pl
Log:
patch from Ben Ostrowsky to flesh patron profile info in overdue notice script
Modified: branches/rel_1_6_0/Open-ILS/src/support-scripts/generate_circ_notices.pl
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/support-scripts/generate_circ_notices.pl 2009-11-23 20:17:47 UTC (rev 15010)
+++ branches/rel_1_6_0/Open-ILS/src/support-scripts/generate_circ_notices.pl 2009-11-23 20:17:55 UTC (rev 15011)
@@ -400,7 +400,7 @@
$usr_id,
{ flesh => 1,
flesh_fields => {
- au => [qw/card billing_address mailing_address/]
+ au => [qw/card billing_address mailing_address profile/]
}
}
]);
More information about the open-ils-commits
mailing list