CHANGE_UI_FIX - VADIVEL J 2025-10-09

This commit is contained in:
vadivelJ96 2025-10-09 20:28:57 +05:30
parent 51b74549ac
commit 11bef9921f

View File

@ -1043,6 +1043,11 @@
</script>
<script>
$(document).ready(function() {
$('#auto_fetch_client').select2();
$('#auto_fetch_branch').select2();
$('#auto_fetch_client').change(function() {
$('#auto_fetch_branch').html(`<option value="">Select Branch</option>`);
@ -1075,6 +1080,10 @@
}
});
});
});
</script>
<script>
@ -1158,8 +1167,5 @@
})
$(function() {
$('.select2').select2();
});
</script>