From 695fc9de2f0ecb1925ff2dd625d1e405544baf08 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 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. --- 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 %] -- 1.7.10.4