From 926edd6ce0bbeed90fc22dd9785f455eeaf25499 Mon Sep 17 00:00:00 2001
From: senator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 31 Jan 2011 23:10:31 +0000
Subject: [PATCH] Serial: Little bug in the alt serials control item editor

git-svn-id: svn://svn.open-ils.org/ILS/trunk@19347 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/web/templates/default/serial/list_item.tt2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/web/templates/default/serial/list_item.tt2 b/Open-ILS/web/templates/default/serial/list_item.tt2
index 8d6353fe3a..e182c0331f 100644
--- a/Open-ILS/web/templates/default/serial/list_item.tt2
+++ b/Open-ILS/web/templates/default/serial/list_item.tt2
@@ -28,7 +28,7 @@
             <button dojoType="dijit.form.Button"
                 onClick="sitem_grid.refresh()">Refresh Grid</button>
             <button dojoType="dijit.form.Button"
-                onClick="sitem_grid.delete_items()">
+                onClick="sitem_grid.deleteSelected()">
                 Delete Selected
             </button>
         </div>
-- 
2.11.0