Small bug when editing inside the tabs in Items. The Select button disappeared.
[fa-stable.git] / inventory / prices.php
index 123c4bd0b0789613bf4faf5f276e119e214bd144..f1c63c40b2b9a52f273a4f84e5495586754678d1 100644 (file)
@@ -185,8 +185,10 @@ if ($Mode == 'Edit')
 
 hidden('selected_id', $selected_id);
 if (@$_GET['popup'])
+{
        hidden('_tabs_sel', get_post('_tabs_sel'));
-
+       hidden('popup', @$_GET['popup']);
+}
 div_start('price_details');
 start_table(TABLESTYLE2);