Allow order details sorting by quantity.
authorMaxime Bourget <bmx007@gmail.com>
Mon, 17 Jun 2013 07:33:06 +0000 (08:33 +0100)
committerMaxime Bourget <bmx007@gmail.com>
Mon, 17 Jun 2013 07:33:06 +0000 (08:33 +0100)
order_lines_view.php

index ea8b128ca5a725b060fc2917ccf5b96746a899ee..868bbc2414c0a6789483074c0b85b5d9b1d0fd3e 100644 (file)
@@ -122,7 +122,7 @@ if($customer_id) {
                'detail_id' => 'skip'
                ,       _("Order #") => array('fun'=>'edit_link', 'ord' => '')
                ,_("Item Code") => array('ord' => '', 'fun' => 'item_link')
-               ,_("Quantity") => array('type' => 'qty', 'dec' => 0)
+               ,_("Quantity") => array('ord' => '', 'type' => 'qty', 'dec' => 0)
                ,_("Available") => array('fun' => 'available_quantity', 'dec' => 0, 'ord' => '')
                ,_("Before") => 'skip'
                ,_("QOH") => 'skip'