From 3d0089c3b257e2809bd7bf62baf1cca2ced9518b Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 26 May 2026 09:35:45 +0530 Subject: [PATCH] Added two columns in asrs item model file --- app/Models/AsrsItemValidation.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/AsrsItemValidation.php b/app/Models/AsrsItemValidation.php index d8b0ddb..46af1eb 100644 --- a/app/Models/AsrsItemValidation.php +++ b/app/Models/AsrsItemValidation.php @@ -20,6 +20,8 @@ class AsrsItemValidation extends Model 'asrs', 'asrs_category', 'status', + 'material_type', + 'material_group', 'created_at', 'updated_at', 'created_by',