_("Reference"),
_("Date") => array('type'=>'date', 'ord'=>'desc'),
_("Due Date") => array('type'=>'spec', 'fun'=>'due_date'),
- _("Customer"),
- _("Branch"),
+ _("Customer") => array('ord'=>''),
+ _("Branch") => array('ord'=>''),
_("Currency"),
_("Debit") => array('type'=>'spec', 'fun'=>'fmt_debit'),
_("Credit") => array('type'=>'insert', 'fun'=>'fmt_credit'),
_("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'),