fix promotion

This commit is contained in:
Bakry 2024-12-02 13:30:38 +03:00
parent b86064f0b5
commit e2c57ec810
1 changed files with 2 additions and 2 deletions

View File

@ -369,8 +369,8 @@ class EmployeePromotions(models.Model):
job_arc.onchange_check_eligibility()
if not job_arc.eligible:
job_arc.permit = True
#job_arc.confirm()
job_arc.hr_officer()
job_arc.confirm()
#job_arc.hr_officer()
job_arc.approved()
rec.changed_job_id = job_arc.id