Skip to content

Commit

Permalink
Merge pull request #51 from maltaesousa/typo
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
maltaesousa authored Apr 7, 2020
2 parents 6d1e42a + 7fe0962 commit 1f42633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back/api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Identity(AbstractUser):
city = models.CharField(_('city'), max_length=50, blank=True)
country = models.CharField(_('country'), max_length=50, blank=True)
company_name = models.CharField(_('company_name'), max_length=50, blank=True)
phone = models.CharField(_('name'), max_length=50, blank=True)
phone = models.CharField(_('phone'), max_length=50, blank=True)
sap_id = models.BigIntegerField(_('sap_id'), blank=True, null=True)
contract_accepted = models.DateField(_('contract_accepted'), blank=True, null=True)

Expand Down

0 comments on commit 1f42633

Please sign in to comment.