Skip to content

Commit 1292ca2

Browse files
committed
bugfix
1 parent 6c57a65 commit 1292ca2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='small-small-hr',
8-
version='0.0.4',
8+
version='0.0.5',
99
description='Minimal human resource management app for Django',
1010
license='MIT',
1111
author='Kelvin Jayanoris',

small_small_hr/forms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,6 @@ def save(self, commit=True): # pylint: disable=unused-argument
539539
staffprofile = super().save()
540540

541541
emergency_phone = self.cleaned_data.get('emergency_contact_number')
542-
emergency_phone = emergency_phone.as_e164
543542

544543
json_data = {
545544
'id_number': self.cleaned_data.get('id_number'),

0 commit comments

Comments
 (0)