From fd60179030fbcef84865ecac92eec10243c41cc6 Mon Sep 17 00:00:00 2001 From: Maxime Bourget Date: Sun, 5 May 2013 13:38:41 +0100 Subject: [PATCH] Add input date text. --- includes/order_lines.inc | 10 ++++++++++ order_lines_view.php | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) 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 { -- 2.30.2