All date columns are editable.
[order_line_extra.git] / includes / order_lines.inc
index 891da684cd16f4e064109f87f0ac69bcaa64502b..d17022263c86f66a4052aa8485eb25f989999b91 100644 (file)
@@ -149,7 +149,10 @@ function get_order_details_extra($customer_id, $location) {
        , sod.quantity - qty_sent quantity
        , GREATEST(0, LEAST(qoh.quantity  - quantity_before, sod.quantity - qty_sent))
        , quantity_before
+       , sod.`priority`
+       , hold_until_date
        , required_date
+       , expiry_date
        ,comment
        FROM ".TB_PREF."sales_order_details sod
        JOIN ".TB_PREF."sales_orders so ON (so.order_no = sod.order_no