shish 3 лет назад
Родитель
Сommit
5a8f47bdcf
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      console/controllers/ItemController.php

+ 0 - 1
console/controllers/ItemController.php

@@ -638,7 +638,6 @@ class ItemController extends Controller
         if (!empty($list)) {
             foreach ($list as $item) {
                 $discountPrice = $item->discountPrice ?? 0;
-
                 $skMore = $item->skMore ?? 0;
                 $addPrice = $item->addPrice ?? 0;
                 $diff = bcsub($skMore, $addPrice, 2);