From ba12db2f094e817216e9195759a0f56198b07293 Mon Sep 17 00:00:00 2001 From: Maxime Bourget Date: Sun, 5 May 2013 18:16:24 +0100 Subject: [PATCH] Order by more stuff, plus clean code. --- order_lines_view.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/order_lines_view.php b/order_lines_view.php index 4129e15..99fb6d9 100644 --- a/order_lines_view.php +++ b/order_lines_view.php @@ -59,11 +59,11 @@ if(isset($customer_id)) { $cols = array( 'detail_id' => 'skip' - , _("Order #") => array('fun'=>'view_link', 'ord' => '') - ,_("Item Code") => array('ord' => '') + , _("Order #") => array('fun'=>'view_link', 'ord' => '') + ,_("Item Code") => array('ord' => '') ,_("Quantity") => array('type' => 'qty') -,_("Required Date") => array('fun' => 'input_date_details') -,_("Comment") => array('fun' => 'input_comment_details') + ,_("Required Date") => array('fun' => 'input_date_details', 'ord' => '') + ,_("Comment") => array('fun' => 'input_comment_details', 'ord' => '') ); } else { -- 2.30.2