fix promotion
This commit is contained in:
parent
b86064f0b5
commit
e2c57ec810
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue