From: Maxime Bourget Date: Mon, 10 Jun 2013 21:35:08 +0000 (+0100) Subject: Fix button on the footer page. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=c1873d9ffe9f60ce2ba785d7405b8b2e3f56678b;p=order_line_extra.git Fix button on the footer page. --- 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(); }