diff --git a/application/libraries/Receiving_lib.php b/application/libraries/Receiving_lib.php index 4c01e9bbc..c3e805533 100644 --- a/application/libraries/Receiving_lib.php +++ b/application/libraries/Receiving_lib.php @@ -229,6 +229,7 @@ class Receiving_lib $item = array($insertkey => array( 'item_id' => $item_id, 'item_location' => $item_location, + 'item_number' => $item_info->item_number, 'stock_name' => $this->CI->Stock_location->get_location_name($item_location), 'line' => $insertkey, 'name' => $item_info->name, diff --git a/application/views/receivings/receiving.php b/application/views/receivings/receiving.php index ae131f6bf..7ce3470ed 100644 --- a/application/views/receivings/receiving.php +++ b/application/views/receivings/receiving.php @@ -103,11 +103,12 @@ if (isset($success)) lang->line('common_delete'); ?> - lang->line('receivings_item_name'); ?> + lang->line('sales_item_number'); ?> + lang->line('receivings_item_name'); ?> lang->line('receivings_cost'); ?> lang->line('receivings_quantity'); ?> lang->line('receivings_ship_pack'); ?> - lang->line('receivings_discount'); ?> + lang->line('receivings_discount'); ?> lang->line('receivings_total'); ?> lang->line('receivings_update'); ?> @@ -133,6 +134,7 @@ if (isset($success)) 'form-horizontal', 'id'=>'cart_'.$line)); ?> ');?> +