X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fcustomer_inquiry.php;h=90ac0da6313f05ac905f895a8f825938bf3d495c;hb=dcbdc8355d7a31eddf501e676a3e29a501d73a1b;hp=1e13680b93e3b817ac0206fa0a36d92850ce894b;hpb=3eaa7490f49ba0bf185019667e7947d1b84f3335;p=fa-stable.git diff --git a/sales/inquiry/customer_inquiry.php b/sales/inquiry/customer_inquiry.php index 1e13680b..90ac0da6 100644 --- a/sales/inquiry/customer_inquiry.php +++ b/sales/inquiry/customer_inquiry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; @@ -272,7 +272,7 @@ $cols = array( _("Order") => array('fun'=>'order_view'), _("Reference"), _("Date") => array('name'=>'tran_date', 'type'=>'date', 'ord'=>'desc'), - _("Due Date") => array('type=>date', 'fun'=>'due_date'), + _("Due Date") => array('type'=>'date', 'fun'=>'due_date'), _("Customer") => array('ord'=>''), _("Branch") => array('ord'=>''), _("Currency") => array('align'=>'center'),