[open-ils-commits] r16633 - trunk/Open-ILS/xul/staff_client/chrome/content/cat (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jun 9 13:53:02 EDT 2010


Author: phasefx
Date: 2010-06-09 13:52:58 -0400 (Wed, 09 Jun 2010)
New Revision: 16633

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/cat/opac.js
Log:
wrong URL

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/cat/opac.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/cat/opac.js	2010-06-09 15:37:52 UTC (rev 16632)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/cat/opac.js	2010-06-09 17:52:58 UTC (rev 16633)
@@ -270,7 +270,7 @@
 
 function set_acq_orders() {
     g.view = 'acq_orders';
-    var url = xulG.url_prefix( '/acq/lineitem/related/' ) + window.escape(docid) + '?target=bib';
+    var url = xulG.url_prefix( '/eg/acq/lineitem/related/' ) + window.escape(docid) + '?target=bib';
     if (acq_orders_reset) {
         bottom_pane.reset_iframe(url,{},xulG);
         acq_orders_reset = false;



More information about the open-ils-commits mailing list