X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=order_lines_view.php;h=0bbc5e45b9b9b865608db862b5e56d3b24f652bc;hb=e83dd263203cb4f16aec72e084825198b5e12259;hp=2f0a14ad7d5ee66b075702e98b4a75c6f590408f;hpb=7099417ed904d1b154cdd96e20cf70f6659bab01;p=order_line_extra.git diff --git a/order_lines_view.php b/order_lines_view.php index 2f0a14a..0bbc5e4 100644 --- a/order_lines_view.php +++ b/order_lines_view.php @@ -80,7 +80,7 @@ if($customer_id) { ); } else { - $sql = get_order_summary(); + $sql = get_order_summary('DEF'); $cols = array( 'customer id' => 'skip', _("Customer") => array('ord' => '', 'fun' => 'customer_link'), @@ -88,6 +88,8 @@ _("Branch") => array('ord' => ''), _("Delivery Date") => array('ord' => '', 'type' => 'date'), _("Quantity") => array('ord' => '', 'type' => 'qty', 'dec' => 0), _("Amount") => array('ord' => '', 'type' => 'amount'), +_("Avail. Q") => array('ord' => '', 'type' => 'qty', 'dec' => 0), +_("Avail. A") => array('ord' => '', 'type' => 'amount', 'dec' => 0), _("required date") => array('ord' => '', 'type' => 'date'), _("Comments") => array('ord' => '', 'fun' => 'aggregate_comment'), _("comment 2 ") => 'skip'