[open-ils-commits] r13882 - branches/rel_1_4/Open-ILS/examples/templates (erickson)

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


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

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

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