Additional sort options.
[fa-stable.git] / sales / inquiry / sales_deliveries_view.php
index 7362010feb63790ffe008f450410ae063160c7c3..0194d5c3c2bbead0864c547eccc1e519065f5876 100644 (file)
@@ -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'),