Fix quantity removal in items page

PS
This commit is contained in:
Padungsak
2014-07-02 20:50:32 +07:00
parent 25fa78eedb
commit 8e8b5d84dc

View File

@@ -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.='<td width="14%">'.to_currency($item->cost_price).'</td>';
$table_data_row.='<td width="14%">'.to_currency($item->unit_price).'</td>';
$table_data_row.='<td width="14%">'.$tax_percents.'</td>';
$table_data_row.='<td width="14%">'.$item->quantity.'</td>';
$table_data_row.='<td width="5%">'.anchor($controller_name."/view/$item->item_id/width:$width", $CI->lang->line('common_edit'),array('class'=>'thickbox','title'=>$CI->lang->line($controller_name.'_update'))).'</td>';
//Ramel Inventory Tracking