Quantity issue in product shipment Issue #5315 Fixed

This commit is contained in:
junaidjaved248 2021-11-11 00:53:57 +05:00
parent a151d80dd8
commit b0ea6acb75
1 changed files with 1 additions and 1 deletions

View File

@ -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)