[open-ils-commits] r13879 - trunk/Open-ILS/examples/templates (erickson)

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


Author: erickson
Date: 2009-08-19 10:10:52 -0400 (Wed, 19 Aug 2009)
New Revision: 13879

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

Modified: trunk/Open-ILS/examples/templates/overdue_combined_xml.example
===================================================================
--- trunk/Open-ILS/examples/templates/overdue_combined_xml.example	2009-08-19 08:20:21 UTC (rev 13878)
+++ trunk/Open-ILS/examples/templates/overdue_combined_xml.example	2009-08-19 14:10:52 UTC (rev 13879)
@@ -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