From: senator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 31 Jan 2011 23:10:31 +0000 (+0000)
Subject: Serial: Little bug in the alt serials control item editor
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=926edd6ce0bbeed90fc22dd9785f455eeaf25499;p=evergreen%2Fmasslnc.git

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
---

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>