projects
/
order_line_extra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a0f312
)
Fix button on the footer page.
author
Maxime Bourget
<bmx007@gmail.com>
Mon, 10 Jun 2013 21:35:08 +0000
(22:35 +0100)
committer
Maxime Bourget
<bmx007@gmail.com>
Mon, 10 Jun 2013 21:35:08 +0000
(22:35 +0100)
order_lines_view.php
patch
|
blob
|
history
diff --git
a/order_lines_view.php
b/order_lines_view.php
index 077e3767793f54ef3761888fc94485b2b083b271..6cddd16d1e328597cbd4771e495cdefc0558a2c3 100644
(file)
--- 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();
}