Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Jun 21, 2018
1 parent 6c57a65 commit 1292ca2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='small-small-hr',
version='0.0.4',
version='0.0.5',
description='Minimal human resource management app for Django',
license='MIT',
author='Kelvin Jayanoris',
Expand Down
1 change: 0 additions & 1 deletion small_small_hr/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ def save(self, commit=True): # pylint: disable=unused-argument
staffprofile = super().save()

emergency_phone = self.cleaned_data.get('emergency_contact_number')
emergency_phone = emergency_phone.as_e164

json_data = {
'id_number': self.cleaned_data.get('id_number'),
Expand Down

0 comments on commit 1292ca2

Please sign in to comment.