Change qty on product resource
This commit is contained in:
parent
54e55fdace
commit
ef1264c359
|
|
@ -56,7 +56,6 @@ class Product extends JsonResource
|
|||
'new' => $this->new,
|
||||
'featured' => $this->featured,
|
||||
'qty' => $this->qty,
|
||||
'inventory' => $product->inventory_sources(),
|
||||
'status' => $this->status,
|
||||
'product_number' => $this->product_number,
|
||||
// 'brand' => $product->brand->name ?? '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue