Ejemplo n.º 1
0
 /**
  * Prepare stock status data in temporary index table
  *
  * @param int|array $entityIds  the product limitation
  * @return $this
  */
 protected function _prepareIndexTable($entityIds = null)
 {
     parent::_prepareIndexTable($entityIds);
     $this->_cleanBundleOptionStockData();
     return $this;
 }