X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=order_lines_view.php;h=11736d9c6de2249ab0dac378d7c6e4ed07877daa;hb=f32dac729c87051f52b61df2ccca7eff0300d7c0;hp=f85e3b56a10ab39ad342019cba5541c6b25269bd;hpb=90a79db25696a46b069a1fe6ba789001f79b00eb;p=order_line_extra.git diff --git a/order_lines_view.php b/order_lines_view.php index f85e3b5..11736d9 100644 --- a/order_lines_view.php +++ b/order_lines_view.php @@ -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' => '')