fix inventory
This commit is contained in:
@@ -12,6 +12,7 @@ class PurchaseOrderItem extends BaseModel
|
||||
protected $fillable = [
|
||||
'purchase_order_id',
|
||||
'supply_id',
|
||||
'inventory_item_id',
|
||||
'description',
|
||||
'quantity',
|
||||
'received_qty',
|
||||
|
||||
Reference in New Issue
Block a user