From c35c1853f52d0760213820d26790bb10ca6f55ad Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 9 Nov 2022 17:12:02 +0000 Subject: [PATCH] Bug 31826: Add page-section to item form on order receive page (acq) This patch adds a "page-section" class to the container div around the items table on the order receive page in acquisitions. To test, apply the patch and go to Acquisitions. - Locate a vendor and few its details. - Click "Receive shipments." - Fill out the "Receive shipment" form if you have no existing shipments. Otherwise click on the invoice number link to get to the "Receive orders" page. - In the table of pending orders, click a "Receive" link. - On the "Receive items" page there should be three sections: Catalog details, Acquisitions details, and Items. Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt index 44f0f41b0f..f28188c1fa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -226,8 +226,8 @@ [% END %] [% ELSIF (AcqCreateItem == 'ordering') %] [% IF (order.items) %] -
Items
-
+
+

Items

-- 2.30.2