[open-ils-commits] r13881 - branches/rel_1_6_0/Open-ILS/examples/templates (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Aug 19 10:11:17 EDT 2009


Author: erickson
Date: 2009-08-19 10:11:15 -0400 (Wed, 19 Aug 2009)
New Revision: 13881

Modified:
   branches/rel_1_6_0/Open-ILS/examples/templates/overdue_combined_xml.example
Log:
add lib shortname to overdue script xml output

Modified: branches/rel_1_6_0/Open-ILS/examples/templates/overdue_combined_xml.example
===================================================================
--- branches/rel_1_6_0/Open-ILS/examples/templates/overdue_combined_xml.example	2009-08-19 14:11:09 UTC (rev 13880)
+++ branches/rel_1_6_0/Open-ILS/examples/templates/overdue_combined_xml.example	2009-08-19 14:11:15 UTC (rev 13881)
@@ -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