From e591ada844dc7c11410bd1a3d3ef360ce05c4334 Mon Sep 17 00:00:00 2001 From: Venkatesh Date: Tue, 5 May 2026 17:17:44 +0530 Subject: [PATCH] FIX_VALIDATION --- app/Views/insurer_branch.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/app/Views/insurer_branch.php b/app/Views/insurer_branch.php index dbb3d009..9f40c732 100755 --- a/app/Views/insurer_branch.php +++ b/app/Views/insurer_branch.php @@ -21,6 +21,11 @@ .is-invalid { border-color: #dc3545 !important; } + +/* Avoid duplicate validation messages: keep custom .field-error only */ +#insurer_branch_form .parsley-errors-list { + display: none !important; +}