Replace a line in the Amasty\Pgrid\Controller\Adminhtml\Index\InlineEdit::setData()
method:
from
$product->addAttributeUpdate($key, $val, $this->store);
to:
$product->addAttributeUpdate($key, $val, $this->store->getId();
Replace a line in the Amasty\Pgrid\Controller\Adminhtml\Index\InlineEdit::setData()
method:
from
$product->addAttributeUpdate($key, $val, $this->store);
to:
$product->addAttributeUpdate($key, $val, $this->store->getId();