From c3f67f2dfeab0c57c00ac13a7f4e9971dd3fcad0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 28 Mar 2022 14:11:19 +0000 Subject: [PATCH] Bug 30384: Reindent template for ordering from a MARC file This patch updates the template for ordering from a MARC file so that the indentation is consistent. This patch does not fix a couple of bugs which will be fixed in a later patch: The MARC modal window has the wrong width, and there is a Flatpickr error in the console. To test apply the patch and go to Acquisitions -> Vendor -> Basket -> Add to basket -> From a staged file. - Click "Add orders" next to the staged file you want to use. - On the "Add orders" page, test that everything still works correctly: - Tabs work correctly - JavaScript controls (select all, show inactive, etc.) work - MARC and Card previews work - Adding orders works Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer --- .../prog/en/modules/acqui/addorderiso2709.tt | 839 ++++++++++-------- 1 file changed, 447 insertions(+), 392 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt index d22111bb6a..1846d1a020 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -5,9 +5,9 @@ [% INCLUDE 'doc-head-open.inc' %] [% IF ( batch_details ) %] -Batch [% import_batch_id | html %] + Batch [% import_batch_id | html %] [% ELSE %] -Batch list + Batch list [% END %] › Order staged MARC records › Acquisitions › Koha @@ -21,8 +21,8 @@ Batch list -[% INCLUDE 'header.inc' %] -[% INCLUDE 'acquisitions-search.inc' %] + [% INCLUDE 'header.inc' %] + [% INCLUDE 'acquisitions-search.inc' %]