From c1873d9ffe9f60ce2ba785d7405b8b2e3f56678b Mon Sep 17 00:00:00 2001 From: Maxime Bourget Date: Mon, 10 Jun 2013 22:35:08 +0100 Subject: [PATCH] Fix button on the footer page. --- order_lines_view.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/order_lines_view.php b/order_lines_view.php index 077e376..6cddd16 100644 --- a/order_lines_view.php +++ b/order_lines_view.php @@ -149,14 +149,12 @@ submit_cells('Bulk', 'Bulk'); if($customer_id !== null) { -start_table(TABLESTYLE); start_table(TABLESTYLE_NOBORDER); display_split_area(); end_table(); start_table(TABLESTYLE_NOBORDER); display_bulk_area(); end_table(); -end_table(); } -- 2.30.2