From 002ae903973b353ff366f425017c4cf97e80c204 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 27 Aug 2024 11:36:38 +0200 Subject: [PATCH] Bug 37739: Adjust vendor deletion modal code after bootstrap 5 update This patch fixes a conflict between bug 31921 and bug 35402. Test plan: Create a vendor then delete it using the "Delete vendor" button Confirm that the modal looks like other modals in Koha. Click the "x", "No" and "Yes". Confirm that "x" and "no" close the modal but "yes" correctly delete the vendor. Signed-off-by: David Nind Signed-off-by: Lucas Gass --- .../prog/en/includes/acquisitions-toolbar.inc | 2 +- .../prog/en/includes/modals/delete_vendor.inc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc index 4400c1ca47b..d6b6ff9f98b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc @@ -22,7 +22,7 @@ [% UNLESS ( basketcount OR subscriptioncount ) %]
- +
[% END %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/delete_vendor.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/delete_vendor.inc index be4801b88f6..0a1599288ae 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/delete_vendor.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/delete_vendor.inc @@ -7,17 +7,17 @@ - \ No newline at end of file + -- 2.39.2