[open-ils-commits] r19939 - branches/rel_2_0/Open-ILS/web/opac/extras/circ (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 4 10:24:19 EDT 2011


Author: senator
Date: 2011-04-04 10:24:17 -0400 (Mon, 04 Apr 2011)
New Revision: 19939

Modified:
   branches/rel_2_0/Open-ILS/web/opac/extras/circ/alt_holds_print.html
Log:
Backport r19937 from trunk

Ben Ostrowsky pointed out that the alt holds (pull list) printing interface
was trying to include AutoIDL.js from an incorrect path.

I don't believe that file should be included at all, so now I've removed the
broken line.



Modified: branches/rel_2_0/Open-ILS/web/opac/extras/circ/alt_holds_print.html
===================================================================
--- branches/rel_2_0/Open-ILS/web/opac/extras/circ/alt_holds_print.html	2011-04-04 14:23:59 UTC (rev 19938)
+++ branches/rel_2_0/Open-ILS/web/opac/extras/circ/alt_holds_print.html	2011-04-04 14:24:17 UTC (rev 19939)
@@ -36,7 +36,6 @@
         <script type="text/javascript" src="/js/dojo/dojo/dojo.js"></script>
         <script type="text/javascript" src="/js/dojo/dojo/openils_dojo.js"></script>
         <script type="text/javascript" src="/js/dojo/dijit/dijit.js"></script>
-        <script type="text/javascript" src="/js/dojo/openils/AutoIDL.js"></script>
         <script type="text/javascript" src="/js/dojo/openils/User.js"></script>
         <script type="text/javascript" src="/js/dojo/openils/Util.js"></script>
         <script type="text/javascript" src="/opac/extras/circ/alt_holds_print.js"></script>



More information about the open-ils-commits mailing list