X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fsales_deliveries_view.php;h=0194d5c3c2bbead0864c547eccc1e519065f5876;hb=e2f475311cfe6efc1aae1b08da1eadaa00744991;hp=7362010feb63790ffe008f450410ae063160c7c3;hpb=d984052f31e45bfdec6a308dfe189e515f30fd35;p=fa-stable.git diff --git a/sales/inquiry/sales_deliveries_view.php b/sales/inquiry/sales_deliveries_view.php index 7362010f..0194d5c3 100644 --- a/sales/inquiry/sales_deliveries_view.php +++ b/sales/inquiry/sales_deliveries_view.php @@ -220,13 +220,13 @@ $cols = array( _("Delivery #") => array('type'=>'spec', 'fun'=>'trans_view'), _("Customer"), 'branch_code' => 'skip', - _("Branch"), + _("Branch") => array('ord'=>''), _("Contact"), _("Reference"), _("Cust Ref"), - _("Delivery Date") => 'date', + _("Delivery Date") => array('type'=>'date', 'ord'=>''), _("Due By") => 'date', - _("Delivery Total") => 'amount', + _("Delivery Total") => array('type'=>'amount', 'ord'=>''), _("Currency"), submit('BatchInvoice','Batch Inv', false) => array('type'=>'insert', 'fun'=>'batch_checkbox'),