diff --git a/application/helpers/table_helper.php b/application/helpers/table_helper.php
index d76c363d8..5a44e5ec1 100644
--- a/application/helpers/table_helper.php
+++ b/application/helpers/table_helper.php
@@ -358,9 +358,9 @@ function get_item_data_row($item,$controller)
}
}
$table_data_row.='
' . $image . ' | ';
- $table_data_row.=''. $CI->lang->line('common_edit').' | ';
- $table_data_row.=''.anchor($controller_name."/inventory/$item->item_id/width:$width", $CI->lang->line('common_inv'),array('class'=>'thickbox','title'=>$CI->lang->line($controller_name.'_count')))./*' | ';//inventory count
- $table_data_row.=''*/' '.anchor($controller_name."/count_details/$item->item_id/width:$width", $CI->lang->line('common_det'),array('class'=>'thickbox','title'=>$CI->lang->line($controller_name.'_details_count'))).' | ';//inventory details
+ $table_data_row.=''. $CI->lang->line('common_edit').'';
+ $table_data_row.=' | '. $CI->lang->line('common_inv'). ''.
+ ' ' . $CI->lang->line('common_det'). ' | ';//inventory detail_
$table_data_row.='';
diff --git a/application/views/items/count_details.php b/application/views/items/count_details.php
index ed2cfe59f..2cff1e653 100644
--- a/application/views/items/count_details.php
+++ b/application/views/items/count_details.php
@@ -1,11 +1,9 @@
item_id,array('id'=>'item_form')); ?>