[FIX] PAYROLL: Conditional button on deduction and allowance create form on initial load

This commit is contained in:
Horilla
2024-02-06 12:47:48 +05:30
parent 85383a8e4c
commit 5a0e19c5b8
2 changed files with 7 additions and 2 deletions

View File

@@ -261,5 +261,7 @@ function conditionAdd() {
conditionalVisibility();
$(document).ready(function () {
$("#id_is_condition_based").change()
});