[open-ils-commits] r15009 - trunk/Open-ILS/src/support-scripts (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Nov 23 15:17:33 EST 2009
Author: erickson
Date: 2009-11-23 15:17:28 -0500 (Mon, 23 Nov 2009)
New Revision: 15009
Modified:
trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl
Log:
patch from Ben Ostrowsky to flesh patron profile info in overdue notice script
Modified: trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl 2009-11-23 19:31:34 UTC (rev 15008)
+++ trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl 2009-11-23 20:17:28 UTC (rev 15009)
@@ -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