Alex Savenko
/
linija-svitla
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
79781e478ac173deb7f73b573938700488cd5d86
Authored by
Yarik
2016-10-27 17:27:27 +0300
1 parent
9fe817e8
Export fix
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
common/modules/product/models/Export.php
Inline
Side-by-side
common/modules/product/models/Export.php
Wrap text
Show/Hide comments
View file @
79781e4
...
...
@@ -27,7 +27,6 @@
27
27
$handle = fopen(\Yii::getAlias('@storage/sync/') . $filename, "a");
28
28
}
29
29
30
-
31
30
$products = Product::find()
32
31
->with([
33
32
'variantsWithFilters',
...
...