fix inventory

This commit is contained in:
root
2026-06-11 11:06:32 -04:00
parent 9483750161
commit c91fa2ce4d
53 changed files with 2936 additions and 12666 deletions
+1
View File
@@ -12,6 +12,7 @@ class PurchaseOrderItem extends BaseModel
protected $fillable = [
'purchase_order_id',
'supply_id',
'inventory_item_id',
'description',
'quantity',
'received_qty',