[open-ils-commits] r13880 - branches/rel_1_6/Open-ILS/examples/templates (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Aug 19 10:11:11 EDT 2009
Author: erickson
Date: 2009-08-19 10:11:09 -0400 (Wed, 19 Aug 2009)
New Revision: 13880
Modified:
branches/rel_1_6/Open-ILS/examples/templates/overdue_combined_xml.example
Log:
add lib shortname to overdue script xml output
Modified: branches/rel_1_6/Open-ILS/examples/templates/overdue_combined_xml.example
===================================================================
--- branches/rel_1_6/Open-ILS/examples/templates/overdue_combined_xml.example 2009-08-19 14:10:52 UTC (rev 13879)
+++ branches/rel_1_6/Open-ILS/examples/templates/overdue_combined_xml.example 2009-08-19 14:11:09 UTC (rev 13880)
@@ -28,6 +28,7 @@
</patron>
<location>
<name>[% escape_xml(lib.name) %]</name>
+ <shortname>[% escape_xml(lib.shortname) %]</shortname>
<phone>[% lib.phone %]</phone>
<addr_street1>[% escape_xml(lib_addr.street1) %]</addr_street1>
<addr_street2>[% escape_xml(lib_addr.street2) %]</addr_street2>
More information about the open-ils-commits
mailing list