changing the default.css style sheets to handle the new navibar/buttons
[fa-stable.git] / sales / inquiry / sales_deliveries_view.php
index 7362010feb63790ffe008f450410ae063160c7c3..1d879a87df3102a68e8d43e552a5d02b18972589 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'),
@@ -256,6 +256,7 @@ $table->set_marker('check_overdue', _("Marked items are overdue."));
 if(get_post('SearchOrders')) 
 {
        $table->set_sql($sql);
+       $table->set_columns($cols);
        $Ajax->activate('doc_tbl');
 }