Change qty on product resource

This commit is contained in:
Shohrat 2023-09-14 13:50:48 +05:00
parent 01f1aafad3
commit cfa9b68553
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ class Product extends JsonResource
'new' => $this->new,
'featured' => $this->featured,
'qty' => $product->qty,
'qty2' => $product->inventory_sources->qty,
'status' => $this->status,
'product_number' => $this->product_number,
// 'brand' => $product->brand->name ?? '',