X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitems.php;h=54df94bf68969db2202871c05bdb4734385f68a9;hb=b53ecd242b427bdbe3a2f6fdb75259a3fee4c190;hp=0b069ea3c66702305a50a89ba2e5628175f4b273;hpb=a771b6cb35770f7b8b5087caf923aeec8fbefe96;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;