Fixed Supplier Allocation Inquiry - Due Date. @poncho1234.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 4 Jun 2019 05:58:40 +0000 (07:58 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 4 Jun 2019 05:58:40 +0000 (07:58 +0200)
purchasing/inquiry/supplier_allocation_inquiry.php

index 2dba05e495a40394cd2c880d5574d3ce11b5e2f5..40a9ffd88ee1c2c161b365553260eec6b3e9afbb 100644 (file)
@@ -139,7 +139,7 @@ $cols = array(
        _("Supplier") => array('ord'=>''), 
        _("Supp Reference"),
        _("Date") => array('name'=>'tran_date', 'type'=>'date', 'ord'=>'asc'),
-       _("Due Date") => array('fun'=>'due_date'),
+       _("Due Date") => array('type'=>'date', 'fun'=>'due_date'),
        _("Currency") => array('align'=>'center'),
        _("Debit") => array('align'=>'right', 'fun'=>'fmt_debit'), 
        _("Credit") => array('align'=>'right', 'insert'=>true, 'fun'=>'fmt_credit'),