From 43ae450a0b179a26f1e0f24af8248335c8134399 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Fri, 2 Dec 2022 10:10:09 +0000 Subject: [PATCH] Bug 32074: Edit vendor has two save buttons When editing a vendor there is a floating toolbar with options to save and cancel. There is also an additional save and cancel button set at the bottom of the page and this is superfluous. This has now been removed to leave the floating toolbar as the only toolbar. Test plan: 1) Navigate to Acquisitions and select a Vendor. 2) Click edit vendor 3) Scroll down the page and observe that there is a floating save/cancel toolbar as well as the buttons to save/cancel at the bottom of the page 4) Apply patch 5) Observe that the duplicate buttons at the bottom of the page are now gone Signed-off-by: Owen --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 3 --- 1 file changed, 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt index 18d651c84b..1490095213 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -298,9 +298,6 @@ -
[% IF ( booksellerid ) %] - [% ELSE %] - [% END %]Cancel
[% ELSE %] -- 2.20.1