Skip to content

Commit a4d7c51

Browse files
committed
Merge branch 'MAGNIMEX-13-Import-history-asterisk' into 'master'
Magnimex 13 import history asterisk Magnimex 13 import history asterisk See merge request !182
2 parents 9bf09df + fa37f67 commit a4d7c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Model/Import/AbstractEntity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ public function isRowAllowedToImport(array $rowData, $rowNumber)
677677
return $this->validateRow($rowData, $rowNumber) && !isset($this->_skippedRows[$rowNumber]);
678678
}
679679

680-
/**
680+
/**
681681
* Is import need to log in history.
682682
*
683683
* @return bool

0 commit comments

Comments
 (0)