From 6233c34484b6361b834788d233c099411f5e2e2a 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=utf8 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 Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- 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 c84cf6000e..fd0054ba62 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.11.0