Additional sort options.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 5 Nov 2008 22:43:18 +0000 (22:43 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 5 Nov 2008 22:43:18 +0000 (22:43 +0000)
sales/inquiry/customer_inquiry.php
sales/inquiry/sales_deliveries_view.php

index e104b682f42392a2644e6066991973e9ef795797..b9669feb858445690d27efef649999e7c8d12bd1 100644 (file)
@@ -270,8 +270,8 @@ $cols = array(
        _("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'), 
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'),