Commit 7a87683e9529855745573b3ca1268ae1adb2f303

Authored by Administrator
1 parent a2c12481

Ntr

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
common/modules/product/models/Import.php
... ... @@ -69,6 +69,7 @@ class Import extends Model {
69 69 $filesize = filesize(Yii::getAlias('@uploadDir') .'/'. Yii::getAlias('@uploadFilePrices'));
70 70 if ($from) {
71 71 fseek($handle, $from);
  72 +
72 73 }
73 74  
74 75 $j = 0;
... ...