Ejemplo n.º 1
0
 /**
  * Update Stock status index by product ids
  *
  * @param array|int $entityIds
  * @return $this
  */
 protected function _updateIndex($entityIds)
 {
     parent::_updateIndex($entityIds);
     $this->_cleanBundleOptionStockData();
     return $this;
 }