From 6dff638a285bcf7c94801c2e31ac284331c8a931 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Thu, 7 Jan 2016 21:39:33 +0000 Subject: [PATCH] Bug 15519: Warns when creating a basket MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1) Reproduce warn following steps above 2) Apply patch 3) Create a new basket and click Save. Do not add any items 4) Notice warn is gone 5) Click 'Delete this basket' and confirm that the validation message reads: "Are you sure you want to delete this basket?" Click cancel. 6) Add an order to the basket, then click 'Delete this basket'. Confirm the validation message gives more information and more delete options. Followed test plan, works as expected. Signed-off-by: Marc Véron Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index 06dc0c5..3b3e1b1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -183,7 +183,7 @@

Confirm deletion

- [% UNLESS book_foot_loop.size > 0 %] + [% UNLESS book_foot_loop %] -- 2.1.0