X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitem_codes.php;h=d423b9211ae7d5b3d689915ce3772537ad25eac0;hb=8638cffdf5eb106d2c9a6f8ee68b9f91427ace2f;hp=d26f6f413522ea7178d016badb5fed0bb9643547;hpb=883307779f9ca5bac0533702a8702b0cccb4742f;p=fa-stable.git diff --git a/inventory/manage/item_codes.php b/inventory/manage/item_codes.php index d26f6f41..d423b921 100644 --- a/inventory/manage/item_codes.php +++ b/inventory/manage/item_codes.php @@ -117,7 +117,7 @@ $dflt_cat = $result['category_id']; $result = get_all_item_codes($_POST['stock_id']); div_start('code_table'); - start_table("$table_style width=60%"); + start_table(TABLESTYLE, "width=60%"); $th = array(_("EAN/UPC Code"), _("Quantity"), _("Units"), _("Description"),_("Category"), "", ""); @@ -169,7 +169,7 @@ if ($selected_id != '') { } echo "
"; -start_table($table_style2); +start_table(TABLESTYLE2); hidden('code_id', $selected_id);