CHANGE_UI_FIX - VADIVEL J 2025-10-09
This commit is contained in:
parent
16ce68e79e
commit
0e770a2f47
@ -313,6 +313,12 @@ body {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
|
$(document).ready(function() {
|
||||||
|
|
||||||
|
$('#auto_fetch_client').select2();
|
||||||
|
$('#auto_fetch_branch').select2();
|
||||||
|
|
||||||
$('#auto_fetch_client').change(function() {
|
$('#auto_fetch_client').change(function() {
|
||||||
|
|
||||||
$('#auto_fetch_branch').html(`<option value="">Select Branch</option>`);
|
$('#auto_fetch_branch').html(`<option value="">Select Branch</option>`);
|
||||||
@ -345,6 +351,12 @@ body {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@ -427,10 +439,6 @@ body {
|
|||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
$(function() {
|
|
||||||
$('.select2').select2();
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user