v-Brocloni 3 lat temu
rodzic
commit
e8436d5022
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      addons/unishop/controller/Order.php

+ 2
- 1
addons/unishop/controller/Order.php Wyświetl plik

@@ -244,7 +244,8 @@ class Order extends Base
$product = new \app\admin\model\unishop\Product();
foreach ($list as $val){
try {
$product->where(["id"=>$val['product_id']])->setInc("stock", $val["number"])->setInc("real_sales",-$val["number"]);
$product->where(["id"=>$val['product_id']])->setInc("stock", $val["number"]);
$product->where(["id"=>$val['product_id']])->setInc("real_sales",-$val["number"]);
}catch (Exception $e){
print_r($e);die;
}


Ładowanie…
Anuluj
Zapisz