X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=includes%2Forder_lines.inc;h=d17022263c86f66a4052aa8485eb25f989999b91;hb=a02fac64e6d996ef1c2465b88afd02185e6e3b04;hp=891da684cd16f4e064109f87f0ac69bcaa64502b;hpb=e83dd263203cb4f16aec72e084825198b5e12259;p=order_line_extra.git diff --git a/includes/order_lines.inc b/includes/order_lines.inc index 891da68..d170222 100644 --- a/includes/order_lines.inc +++ b/includes/order_lines.inc @@ -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