diff --git a/setup.py b/setup.py index e936836..2322856 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='small-small-hr', - version='0.0.2', + version='0.0.2b', description='Minimal human resource management app for Django', license='MIT', author='Kelvin Jayanoris', diff --git a/small_small_hr/forms.py b/small_small_hr/forms.py index 248a6ae..44d5200 100644 --- a/small_small_hr/forms.py +++ b/small_small_hr/forms.py @@ -466,8 +466,6 @@ def __init__(self, *args, **kwargs): Field('nhif',), Field('nssf',), Field('pin_number',), - Field('emergency_contact_name',), - Field('emergency_contact_number',), Field('address',), Field('birthday',), Field('leave_days',), @@ -613,8 +611,6 @@ def __init__(self, *args, **kwargs): Field('nhif',), Field('nssf',), Field('pin_number',), - Field('emergency_contact_name',), - Field('emergency_contact_number',), Field('address',), Field('birthday',), Field('leave_days',), @@ -676,8 +672,6 @@ def __init__(self, *args, **kwargs): Field('nhif',), Field('nssf',), Field('pin_number',), - Field('emergency_contact_name',), - Field('emergency_contact_number',), Field('address',), Field('birthday',), Field('emergency_contact_name',),