Skip to content

Commit

Permalink
Движение товара
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Sep 30, 2022
1 parent 4284931 commit 64caf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImportCsvHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function getCsvDelimetr()
} else if ($this->csv_delimetr_type == static::CSV_DELIMETR_ZPT) {
$delimetr = ',';
} else if ($this->csv_delimetr_type == static::CSV_DELIMETR_TAB) {
$delimetr = ' ';
$delimetr = "\t";
} else if ($this->csv_delimetr_type == static::CSV_DELIMETR_SPS) {
$delimetr = ' ';
} else if ($this->csv_delimetr_type == static::CSV_DELIMETR_OTHER) {
Expand Down

0 comments on commit 64caf07

Please sign in to comment.