Fixed text typos in installer and item codes editor.
[fa-stable.git] / inventory / manage / item_codes.php
index 4ada6e3eb3393c754ef4ce338f5cb385f8a90135..ffbd942c0192caf5ad9b99ce5f96047982ea0db4 100644 (file)
@@ -17,7 +17,6 @@ page(_($help_context = "Foreign Item Codes"));
 
 include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/includes/ui.inc");
-include_once($path_to_root . "/includes/manufacturing.inc");
 include_once($path_to_root . "/includes/data_checks.inc");
 
 check_db_has_purchasable_items(_("There are no inventory items defined in the system."));
@@ -38,7 +37,7 @@ if ($Mode=='ADD_ITEM' || $Mode=='UPDATE_ITEM')
        elseif (!input_num('quantity'))
        {
        $input_error = 1;
-       display_error( _("The price entered was not positive number."));
+       display_error( _("The quantity entered was not positive number."));
                set_focus('quantity');
        }
        elseif ($_POST['description'] == '')
@@ -187,4 +186,3 @@ submit_add_or_update_center($selected_id == -1, '', 'both');
 end_form();
 end_page();
 
-?>