Quantity issue in product shipment Issue #5315 Fixed
This commit is contained in:
parent
a151d80dd8
commit
b0ea6acb75
|
|
@ -281,7 +281,7 @@ class Product extends Model implements ProductContract
|
|||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function inventory_source_qty($inventorySourceId): bool
|
||||
public function inventory_source_qty($inventorySourceId)
|
||||
{
|
||||
return $this->inventories()
|
||||
->where('inventory_source_id', $inventorySourceId)
|
||||
|
|
|
|||
Loading…
Reference in New Issue