From 813f99af2bcddb8cb21474bc9a9f8250102113b6 Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Tue, 9 Sep 2025 15:51:07 +0530 Subject: [PATCH] CHANGE_UI_FIX - VADIVEL J 2025-09-09 --- app/Views/client_branch.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Views/client_branch.php b/app/Views/client_branch.php index 7a14c3f3..33314cc9 100755 --- a/app/Views/client_branch.php +++ b/app/Views/client_branch.php @@ -343,6 +343,8 @@ $('.btnBack').click(function() { } } + window.scrollTo({ top: 0, behavior: 'smooth' }); + }) $("#branch_form").submit(function(event) {