[UPDT] PAYROLL: Updated payroll allowances, deduction and filing status html by adding condition to display the navbars for each pages
This commit is contained in:
@@ -226,8 +226,16 @@ class PayslipForm(ModelForm):
|
||||
]
|
||||
exclude = ["is_active"]
|
||||
widgets = {
|
||||
"start_date": forms.DateInput(attrs={"type": "date"}),
|
||||
"end_date": forms.DateInput(attrs={"type": "date"}),
|
||||
"start_date": forms.DateInput(
|
||||
attrs={
|
||||
"type": "date",
|
||||
}
|
||||
),
|
||||
"end_date": forms.DateInput(
|
||||
attrs={
|
||||
"type": "date",
|
||||
}
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user