From 47f48768e56b93fb6fda8af0dbe7d9e55f7fa158 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 10 Nov 2022 14:40:41 +0000 Subject: [PATCH] Bug 31819: [alternate] Formatting of item form in acq when ordering is broken I propose that we add CSS to the page to fix this since it's fairly specific to the way this page is broken. To test, apply the patch and view a basket in Acquisitions. - Click "Add to basket" and choose "From a new (empty) record." - Confirm that the item form layout looks correct. - Perform the same test when adding to a basket from an existing record. --- .../prog/en/modules/acqui/neworderempty.tt | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index f0b537d0c1..983a7104b0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -8,6 +8,33 @@ [% INCLUDE 'doc-head-open.inc' %] [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %] › Basket [% basketno | html %] › Acquisitions › Koha [% INCLUDE 'doc-head-close.inc' %] +[% FILTER collapse %] + +[% END %] -- 2.20.1