Added invoice_quantity column in model
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 17s

This commit is contained in:
dhanabalan
2026-06-18 21:13:33 +05:30
parent f0e218d279
commit 8efd64545d

View File

@@ -30,6 +30,7 @@ class InvoiceValidation extends Model
'upload_status',
'batch_number',
'quantity',
'invoice_quantity',
'operator_id',
'created_by',
'updated_by',