From 11dc086010fc5abffe8cb9fd2d2bbb62a43d2a01 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 24 Apr 2024 22:51:02 +0000 Subject: [PATCH] Bug 36694: Remove HC sticky from acqui/supplier.tt --- .../prog/en/modules/acqui/supplier.tt | 24 +++++++------------ 1 file changed, 8 insertions(+), 16 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 c254561de9..40f26bea08 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -198,17 +198,17 @@ [% END %] [% UNLESS ( enter ) %][% INCLUDE 'acquisitions-toolbar.inc' %][% END %] [% IF ( enter ) %] +
+ + [% IF ( booksellerid ) %] + + [% ELSE %] + + [% END %] Cancel +
[% INCLUDE 'csrf-token.inc' %] -
- - [% IF ( booksellerid ) %] - - [% ELSE %] - - [% END %] Cancel -
@@ -517,7 +517,6 @@ [% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] - [% Asset.js("lib/hc-sticky/hc-sticky.js") | $raw %] [% Asset.js("js/acq.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% END %] -- 2.30.2