// optimization to Product constructor (stock data is not loaded by default)
This commit is contained in:
@@ -79,6 +79,7 @@ class AdminAttributeGeneratorControllerCore extends AdminController
|
||||
public function postProcess()
|
||||
{
|
||||
$this->product = new Product((int)Tools::getValue('id_product'));
|
||||
$this->product->loadStockData();
|
||||
|
||||
if (isset($_POST['generate']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user