[open-ils-commits] r15010 - branches/rel_1_6/Open-ILS/src/support-scripts (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Nov 23 15:17:52 EST 2009
Author: erickson
Date: 2009-11-23 15:17:47 -0500 (Mon, 23 Nov 2009)
New Revision: 15010
Modified:
branches/rel_1_6/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/Open-ILS/src/support-scripts/generate_circ_notices.pl
===================================================================
--- branches/rel_1_6/Open-ILS/src/support-scripts/generate_circ_notices.pl 2009-11-23 20:17:28 UTC (rev 15009)
+++ branches/rel_1_6/Open-ILS/src/support-scripts/generate_circ_notices.pl 2009-11-23 20:17:47 UTC (rev 15010)
@@ -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