Commit 98a320ef3cae47b1a4d879c1560c20e5fc436b21

Authored by Timur Kastemirov
1 parent 40e4c085

бегунок цены (минимум) убрал с 0 и поставил на отметке минимальной стоимости товара

components/LoggerInterface.php 100644 → 100755
components/OrderLogger.php 100644 → 100755
components/OrderProductLogger.php 100644 → 100755
models/OrderLabelHistory.php 100644 → 100755
models/OrderLog.php 100644 → 100755
models/OrderProductLog.php 100644 → 100755
models/ProductFrontendSearch.php
@@ -228,8 +228,8 @@ @@ -228,8 +228,8 @@
228 $result = $catalog->column('id'); 228 $result = $catalog->column('id');
229 $query->andWhere(['product.id'=>$result]); 229 $query->andWhere(['product.id'=>$result]);
230 } 230 }
231 -  
232 - 231 +
  232 + // var_dump($query->createCommand()->rawSql);
233 return $query->one(); 233 return $query->one();
234 } 234 }
235 } 235 }
236 \ No newline at end of file 236 \ No newline at end of file
views/order/_log_item.php 100644 → 100755
views/order/_log_product_item.php 100644 → 100755
views/order/_timeline_item.php 100644 → 100755
views/statistics/export.php 100644 → 100755
views/statistics/index.php 100644 → 100755