Changeset - 51814468c2be
[Not reviewed]
0 1 0
Lance Edgar (lance) - 17 months ago 2023-06-02 13:04:09
lance@edbob.org
Fix typo in employment handler
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rattail/employment.py
Show inline comments
 
@@ -112,7 +112,7 @@ class EmploymentHandler(GenericHandler):
 
            return obj
 

	
 
        if isinstance(obj, model.Person):
 
            emplyoyee = obj.employee
 
            employee = obj.employee
 
            if employee:
 
                return employee
 

	
0 comments (0 inline, 0 general)