Skip to content

Commit bbbe9ee

Browse files
Siarhei AndreyeuSiarhei Andreyeu
authored andcommitted
MAGNIMEX-13: Import history
- Fix static tests
1 parent e23e73b commit bbbe9ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

680-
/**
681-
* Is import need to log in history.
682-
*
683-
* @return bool
684-
*/
680+
/**
681+
* Is import need to log in history.
682+
*
683+
* @return bool
684+
*/
685685
public function isNeedToLogInHistory()
686686
{
687687
return $this->logInHistory;

0 commit comments

Comments
 (0)