X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inventory%2Fmanage%2Fitem_codes.php;h=9fa68ebb43a813c4f252b4349d7f550909e3bd99;hb=e9ad9e87f5eb2682d2e91c93134250fd8a8d2ad9;hp=8f90a509c6ddc0cd5a492214a50fda7ab4383c74;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/inventory/manage/item_codes.php b/inventory/manage/item_codes.php index 8f90a509..9fa68ebb 100644 --- a/inventory/manage/item_codes.php +++ b/inventory/manage/item_codes.php @@ -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'] == '') @@ -103,9 +102,8 @@ if (!isset($_POST['stock_id'])) $_POST['stock_id'] = get_global_stock_item(); echo "
" . _("Item:"). " "; -//Chaitanya : Manufcatured item visible +//Manufcatured item visible echo stock_items_list('stock_id', $_POST['stock_id'], false, true); -//echo stock_purchasable_items_list('stock_id', $_POST['stock_id'], false, true); echo "
"; @@ -119,7 +117,7 @@ $dflt_cat = $result['category_id']; $result = get_all_item_codes($_POST['stock_id']); div_start('code_table'); - start_table(TABLESTYLE, "width=60%"); + start_table(TABLESTYLE, "width='60%'"); $th = array(_("EAN/UPC Code"), _("Quantity"), _("Units"), _("Description"),_("Category"), "", "");