Fixed date format in supplier transactions table.
[fa-stable.git] / sales / allocations / customer_allocation_main.php
index 3489004d87ce44e4854e38010bb3c8582a0690bf..cb88dd45652c4bcf1750ed701c4e6d9cbb5420c6 100644 (file)
@@ -103,7 +103,7 @@ $cols = array(
        _("Transaction Type") => array('fun'=>'systype_name'),
        _("#") => array('fun'=>'trans_view'),
        _("Reference"), 
-       _("Date") => array('type'=>'date', 'ord'=>'asc'),
+       _("Date") => array('name'=>'tran_date', 'type'=>'date', 'ord'=>'asc'),
        _("Customer") => array('ord'=>''),
        _("Currency") => array('align'=>'center'),
        _("Total") => 'amount',