From 8e8b5d84dcc593182347723c1caaec0f9f05464d Mon Sep 17 00:00:00 2001 From: Padungsak Date: Wed, 2 Jul 2014 20:50:32 +0700 Subject: [PATCH] Fix quantity removal in items page PS --- application/helpers/table_helper.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/helpers/table_helper.php b/application/helpers/table_helper.php index fec23e5ef..c3b55cddc 100644 --- a/application/helpers/table_helper.php +++ b/application/helpers/table_helper.php @@ -160,7 +160,6 @@ function get_items_manage_table($items,$controller) $CI->lang->line('items_cost_price'), $CI->lang->line('items_unit_price'), $CI->lang->line('items_tax_percents'), - $CI->lang->line('items_quantity'), ' ', $CI->lang->line('items_inventory') ); @@ -218,7 +217,6 @@ function get_item_data_row($item,$controller) $table_data_row.=''.to_currency($item->cost_price).''; $table_data_row.=''.to_currency($item->unit_price).''; $table_data_row.=''.$tax_percents.''; - $table_data_row.=''.$item->quantity.''; $table_data_row.=''.anchor($controller_name."/view/$item->item_id/width:$width", $CI->lang->line('common_edit'),array('class'=>'thickbox','title'=>$CI->lang->line($controller_name.'_update'))).''; //Ramel Inventory Tracking