From: Janusz Dobrowolski Date: Sun, 22 Feb 2009 20:19:59 +0000 (+0000) Subject: Fixed initial inquiry order. X-Git-Tag: v2.4.2~19^2~1511 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=1ff0f43ae7d1c68abde7d1fdd9387934221bad8f;p=fa-stable.git Fixed initial inquiry order. --- diff --git a/purchasing/inquiry/po_search.php b/purchasing/inquiry/po_search.php index a0055c8a..3f23f5bb 100644 --- a/purchasing/inquiry/po_search.php +++ b/purchasing/inquiry/po_search.php @@ -174,7 +174,7 @@ $cols = array( _("Supplier") => array('ord'=>''), _("Location"), _("Supplier's Reference"), - _("Order Date") => array('type'=>'date', 'ord'=>'desc'), + _("Order Date") => array('name'=>'ord_date', 'type'=>'date', 'ord'=>'desc'), _("Currency") => array('align'=>'center'), _("Order Total") => 'amount', array('insert'=>true, 'fun'=>'edit_link'),