Fix button on the footer page.
authorMaxime Bourget <bmx007@gmail.com>
Mon, 10 Jun 2013 21:35:08 +0000 (22:35 +0100)
committerMaxime Bourget <bmx007@gmail.com>
Mon, 10 Jun 2013 21:35:08 +0000 (22:35 +0100)
order_lines_view.php

index 077e3767793f54ef3761888fc94485b2b083b271..6cddd16d1e328597cbd4771e495cdefc0558a2c3 100644 (file)
@@ -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();
 }