From 621cdbd2b85ce2c2117528a59805132a519d80d9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 13 Jan 2024 17:54:32 +0000 Subject: [PATCH] Bug 34298: Add page-section to duplicated orders list When creating an order from an existing order (copy), on the third page, the page section was missing on the table. To test: * Create a basket with an order, close the basket. * Create a second basked * Create a new order line using: "From existing orders (copy)" * Search for your previous order and select it for copy - Next * Select a fund - Duplicate orders * Verify that the table with the order lines to create doesn't have the white background * Apply patch * Reload page - the table now should appear styled correctly Signed-off-by: David Nind Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer --- .../prog/en/modules/acqui/duplicate_orders.tt | 52 ++++++++++--------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt index a8b28bd630..169b1ce0c1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt @@ -264,31 +264,33 @@ [% ELSIF op == 'duplication_done' %] [% IF new_orders %] - - - - - - - - - - - - - - - - - - - - - [% FOREACH order IN new_orders %] - [% INCLUDE display_order_line %] - [% END %] - -
Order lineStatusBasketBasket creatorBasket groupInvoice numberSummaryVendorPlaced onReceived onQuantity receivedQuantity orderedUnit costFund
+
+ + + + + + + + + + + + + + + + + + + + + [% FOREACH order IN new_orders %] + [% INCLUDE display_order_line %] + [% END %] + +
Order lineStatusBasketBasket creatorBasket groupInvoice numberSummaryVendorPlaced onReceived onQuantity receivedQuantity orderedUnit costFund
+
Return to the basketNo order has been duplicated. Maybe something wrong happened? -- 2.39.5