Add input date text.
[order_line_extra.git] / order_lines_view.php
index 6a45716eb6c00782e0671b5444c0d37293d9ef0b..ee07f227c3daf416dfbc4f8a684c8387d28c173d 100644 (file)
@@ -56,9 +56,9 @@ if(isset($customer_id)) {
        $cols = array(
                _("Order #") => 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 {