Change color of partial After quantity.
[order_line_extra.git] / order_lines_view.php
index f85e3b56a10ab39ad342019cba5541c6b25269bd..11736d9c6de2249ab0dac378d7c6e4ed07877daa 100644 (file)
@@ -72,7 +72,7 @@ if($customer_id) {
        $cols = array(
                'detail_id' => 'skip'
                ,       _("Order #") => array('fun'=>'view_link', 'ord' => '')
-               ,_("Item Code") => array('ord' => '')
+               ,_("Item Code") => array('ord' => '', 'fun' => 'item_link')
                ,_("Quantity") => array('type' => 'qty', 'dec' => 0)
        ,_("Required Date") => array('fun' => 'input_date_details', 'ord' => '')
        ,_("Comment") => array('fun' => 'input_comment_details', 'ord' => '')