Skip to content

Commit fa37f67

Browse files
Siarhei AndreyeuSiarhei Andreyeu
authored andcommitted
MAGNIMEX-13: Import history
- Fix asterisk.
1 parent bbbe9ee commit fa37f67

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)