[open-ils-commits] r20282 - branches/rel_2_0/Open-ILS/xul/staff_client/chrome/content/main (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Apr 22 10:32:14 EDT 2011


Author: phasefx
Date: 2011-04-22 10:32:12 -0400 (Fri, 22 Apr 2011)
New Revision: 20282

Modified:
   branches/rel_2_0/Open-ILS/xul/staff_client/chrome/content/main/menu.js
Log:
Turn off non-working print button for holds pull

https://bugs.launchpad.net/evergreen/+bug/727983

Author: Thomas Berezansky <tsbere at mvlc.org>
Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
Signed-off-by: Jason Etheridge <jason at esilibrary.com>


Modified: branches/rel_2_0/Open-ILS/xul/staff_client/chrome/content/main/menu.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2011-04-22 14:28:51 UTC (rev 20281)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2011-04-22 14:32:12 UTC (rev 20282)
@@ -479,7 +479,7 @@
                     var loc = urls.XUL_BROWSER + '?url=' + window.escape(
                         obj.url_prefix(urls.XUL_HOLD_PULL_LIST)
                     );
-                    obj.set_tab( loc, {'tab_name' : offlineStrings.getString('menu.cmd_browse_hold_pull_list.tab')}, { 'show_print_button' : true } );
+                    obj.set_tab( loc, {'tab_name' : offlineStrings.getString('menu.cmd_browse_hold_pull_list.tab')} );
                 }
             ],
 



More information about the open-ils-commits mailing list