Fixed start order in initialy sorted pagers.
[fa-stable.git] / purchasing / inquiry / supplier_allocation_inquiry.php
index 0216392f6d2624a3c2ebff68c73330d778456b1f..69e399d4fe26fa1ed73aa6f2f24b6beec9f946ae 100644 (file)
@@ -175,7 +175,7 @@ $cols = array(
        _("Reference"), 
        _("Supplier") => array('ord'=>''), 
        _("Supp Reference"),
-       _("Date") => array('type'=>'date', 'ord'=>'asc'),
+       _("Date") => array('name'=>'tran_date', 'type'=>'date', 'ord'=>'asc'),
        _("Due Date") => array('fun'=>'due_date'),
        _("Currency") => array('align'=>'center'),
        _("Debit") => array('align'=>'right', 'fun'=>'fmt_debit'),