Skip to content

Commit

Permalink
Use the generic existing constant
Browse files Browse the repository at this point in the history
Use the existing constant because the constant is not available in the Magento\CatalogImportExport\Model\Import\Product class.
  • Loading branch information
bartdelvaux committed May 12, 2015
1 parent 2b4951b commit 75e4cb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public function isRowValid(array $rowData, $rowNum, $isNewProduct = true)
))
) {
$this->_entityModel->addRowError(
\Magento\CatalogImportExport\Model\Import\Product::ERROR_VALUE_IS_REQUIRED,
\Magento\CatalogImportExport\Model\Import\Product\RowValidatorInterface::ERROR_VALUE_IS_REQUIRED,
$rowNum,
$attrCode
);
Expand Down

0 comments on commit 75e4cb4

Please sign in to comment.