From 1d31805950da9c7d0fd426dc6c881b60b1339f12 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 7 Jan 2016 00:27:38 +0000 Subject: [PATCH] Bug 15512 - Minor regression caused by Bug 7369 - warn on deleting item not triggered MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1 - Delete an item using the Action menu 2 - There is a js error and no warning box 3 - Apply patch 4 - Delete an item using the action menu 5 - You should get a confirmation box as expected Followed test plan, works as expected. Signed-off-by: Marc VĂ©ron Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt index c84cf60..fd0054b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -186,7 +186,7 @@ function confirm_deletion() { [% IF ( item_loo.countanalytics ) %]
  • View analytics
  • [% ELSE %] -
  • Delete
  • +
  • Delete
  • [% END %] [% END %] -- 2.1.4