LD 5 лет назад
Родитель
Сommit
08089f6413
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Http/Controllers/PriceModelController.php

+ 1 - 0
app/Http/Controllers/PriceModelController.php

@@ -1086,6 +1086,7 @@ class PriceModelController extends Controller
                     if (!isset($item["feature"]))$item["feature"] = null;
                     unset($item["features"]);
                     unset($item["featureFormat"]);
+                    unset($item["type"]);
                 }
                 app("OwnerPriceOperationItemService")->insert($params["items"]);
                 DB::insert(DB::raw("INSERT INTO owner_price_operation_owner VALUES(?,?)"),[$model->id,request("owner_id")]);