From a4921217b1ec0763681f21e5c0f79bf5db25e61c Mon Sep 17 00:00:00 2001
From: Jason Etheridge <jason@esilibrary.com>
Date: Thu, 29 Mar 2012 11:19:28 -0400
Subject: [PATCH] trivial fix for Copy Buckets toolbar button

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
---
 Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
index eb75d9883a..921fdfa2c3 100644
--- a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
+++ b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
@@ -157,7 +157,7 @@
         label="&staff.main.menu.file.portal.label;"
         tooltiptext="&staff.main.menu.file.portal.label;" />
     <toolbarbutton
-        id="cmd_edit_copy_buckets"
+        templateid="edit_copy_buckets"
         command="cmd_edit_copy_buckets"
         label="&staff.main.menu.edit.buckets.copies;"
         tooltiptext="&staff.main.menu.edit.buckets.copies;" />
-- 
2.11.0