[UPDT] LEAVE: Updated the maximum length in restricted leave title

This commit is contained in:
Horilla
2024-09-03 14:04:46 +05:30
parent 29e2ad90b7
commit acd41fea91

View File

@@ -1000,7 +1000,7 @@ class LeaveRequestConditionApproval(models.Model):
class RestrictLeave(HorillaModel):
title = models.CharField(max_length=20)
title = models.CharField(max_length=200)
start_date = models.DateField(verbose_name=_("Start Date"))
end_date = models.DateField(verbose_name=_("End Date"))
department = models.ForeignKey(