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:
b32b495
)
Allow order details sorting by quantity.
author
Maxime Bourget
<bmx007@gmail.com>
Mon, 17 Jun 2013 07:33:06 +0000
(08:33 +0100)
committer
Maxime Bourget
<bmx007@gmail.com>
Mon, 17 Jun 2013 07:33:06 +0000
(08:33 +0100)
order_lines_view.php
patch
|
blob
|
history
diff --git
a/order_lines_view.php
b/order_lines_view.php
index ea8b128ca5a725b060fc2917ccf5b96746a899ee..868bbc2414c0a6789483074c0b85b5d9b1d0fd3e 100644
(file)
--- a/
order_lines_view.php
+++ b/
order_lines_view.php
@@
-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'