From: Jonathan Druart Date: Tue, 5 Apr 2016 08:13:05 +0000 (+0100) Subject: Bug 16055: Do not allow basketgroup deletion unless empty X-Git-Tag: v16.05.00-beta~440 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=be33e1b46537d85b3d49abc076348916dd50004b;p=koha_ffzg Bug 16055: Do not allow basketgroup deletion unless empty If a basketgroup has basket attached, it should not be deletable. This patch just removes the Delete button from the interface if it cannot be deleted. When editing a basketgroup, the "Delete basket group" button is no longer displayed. Test plan: 1/ Create a basketgroup 2/ Attach 1+ baskets to this basketgroup 3/ Confirm you are not able to delete it 4/ Remove the baskets from this basketgroup 5/ Confirm you are able to delete it Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher --- diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt index 1950fcea00..f022069a17 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -146,8 +146,6 @@ function submitForm(form) { - [% ELSE %] - [% END %] [% IF (name && closedbg) %]

Basket group [% name %] ([% basketgroupid %]) for [% booksellername |html %]

@@ -341,7 +339,9 @@ function submitForm(form) {
-
+ [% UNLESS basketgroup.basketsqty %] +
+ [% END %] [% END %]