X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitems.php;h=54df94bf68969db2202871c05bdb4734385f68a9;hb=7561718ee5113232ce917f63085d272884b0929c;hp=0b069ea3c66702305a50a89ba2e5628175f4b273;hpb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;p=fa-stable.git diff --git a/inventory/manage/items.php b/inventory/manage/items.php index 0b069ea3..54df94bf 100644 --- a/inventory/manage/items.php +++ b/inventory/manage/items.php @@ -254,7 +254,7 @@ if (isset($_POST['delete']) && strlen($_POST['delete']) > 1) } } -function item_settings(&$stock_id, $new_id) +function item_settings(&$stock_id, $new_item) { global $SysPrefs, $path_to_root; @@ -474,7 +474,7 @@ tabbed_content_start('tabs', array( switch (get_post('_tabs_sel')) { default: case 'settings': - item_settings($stock_id, $new_id); + item_settings($stock_id, $new_item); break; case 'sales_pricing': $_GET['stock_id'] = $stock_id;