[open-ils-commits] r19938 - branches/rel_2_1/Open-ILS/web/opac/extras/circ (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Apr 4 10:24:01 EDT 2011
Author: senator
Date: 2011-04-04 10:23:59 -0400 (Mon, 04 Apr 2011)
New Revision: 19938
Modified:
branches/rel_2_1/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_1/Open-ILS/web/opac/extras/circ/alt_holds_print.html
===================================================================
--- branches/rel_2_1/Open-ILS/web/opac/extras/circ/alt_holds_print.html 2011-04-04 14:23:03 UTC (rev 19937)
+++ branches/rel_2_1/Open-ILS/web/opac/extras/circ/alt_holds_print.html 2011-04-04 14:23:59 UTC (rev 19938)
@@ -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