From: Maxime Bourget Date: Sun, 5 May 2013 12:38:41 +0000 (+0100) Subject: Add input date text. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=fd60179030fbcef84865ecac92eec10243c41cc6;p=order_line_extra.git Add input date text. --- diff --git a/includes/order_lines.inc b/includes/order_lines.inc index 138af42..0c0b097 100644 --- a/includes/order_lines.inc +++ b/includes/order_lines.inc @@ -1,4 +1,5 @@ array('fun'=>'view_link', 'ord' => '') ,_("Item Code") => array('ord' => '') - ,_("Quantity") -,_("Required Date") => array('type' => 'Date') -,_("Comment") + ,_("Quantity") => array('type' => 'qty') +,_("Required Date") => array('fun' => 'input_date_details') +,_("Comment") => array('fun' => 'input_comment_details') ); } else {