[UPDT] PAYROLL: Payslip creations and generate template method

This commit is contained in:
Horilla
2023-11-20 10:38:21 +05:30
parent f6849ab772
commit d569df01d1
2 changed files with 2 additions and 3 deletions

View File

@@ -210,7 +210,7 @@ class Contract(models.Model):
verbose_name=_("Deduction For One Leave Amount"),
)
deduct_leave_from_basic_pay = models.BooleanField(
default=True, verbose_name=_("Deduct Leave From Basic Pay")
default=True, verbose_name=_("Deduct From Basic Pay")
)
note = models.TextField(null=True, blank=True)