From 8efd64545d0b60e3ae3a6f545a665b4accdf1ff6 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 18 Jun 2026 21:13:33 +0530 Subject: [PATCH] Added invoice_quantity column in model --- app/Models/InvoiceValidation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/InvoiceValidation.php b/app/Models/InvoiceValidation.php index 10fa6a6..dfb4092 100644 --- a/app/Models/InvoiceValidation.php +++ b/app/Models/InvoiceValidation.php @@ -30,6 +30,7 @@ class InvoiceValidation extends Model 'upload_status', 'batch_number', 'quantity', + 'invoice_quantity', 'operator_id', 'created_by', 'updated_by',