[open-ils-commits] r12421 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Mar 5 11:18:33 EST 2009


Author: phasefx
Date: 2009-03-05 11:18:31 -0500 (Thu, 05 Mar 2009)
New Revision: 12421

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/items.xul
Log:
I had inlined this because it's easier to debug than it would be if JSAN loaded it.  Still need to do this with all the interfaces

Modified: trunk/Open-ILS/xul/staff_client/server/patron/items.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/items.xul	2009-03-05 16:03:14 UTC (rev 12420)
+++ trunk/Open-ILS/xul/staff_client/server/patron/items.xul	2009-03-05 16:18:31 UTC (rev 12421)
@@ -30,6 +30,7 @@
         <scripts id="openils_util_scripts"/>
 
 	<script type="text/javascript" src="/xul/server/main/JSAN.js"/>
+	<script type="text/javascript" src="/xul/server/patron/items.js"/>
 	<script>
 	<![CDATA[
 		function my_init() {



More information about the open-ils-commits mailing list