From eab13d40c1e397738274e7ef1bd4813f2a0ddc4a Mon Sep 17 00:00:00 2001
From: senator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 4 Apr 2011 14:23:59 +0000
Subject: [PATCH] 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.



git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_1@19938 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/web/opac/extras/circ/alt_holds_print.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Open-ILS/web/opac/extras/circ/alt_holds_print.html b/Open-ILS/web/opac/extras/circ/alt_holds_print.html
index 5c17c365eb..405aaedcb5 100644
--- a/Open-ILS/web/opac/extras/circ/alt_holds_print.html
+++ b/Open-ILS/web/opac/extras/circ/alt_holds_print.html
@@ -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>
-- 
2.11.0