// StockManagement: added hints with the last unit price and the last quantity of the last stock mvt when adding stock. Quantity is now usable by default when adding stock.
This commit is contained in:
@@ -2334,7 +2334,7 @@ class AdminControllerCore extends Controller
|
||||
|
||||
if (!$type)
|
||||
return;
|
||||
|
||||
|
||||
Db::getInstance()->execute('DELETE FROM '._DB_PREFIX_.$this->table.'_'.$type.($id_object ? ' WHERE `'.$this->identifier.'`='.(int)$id_object : ''));
|
||||
|
||||
foreach ($assos as $asso)
|
||||
|
||||
Reference in New Issue
Block a user