Skip to content

Commit 0ab607b

Browse files
authored
Merge pull request #102 from nossas/hotfix/fixed-form-phone-filed-normalizer
Fixed form phone field on normalizer
2 parents 8078080 + c8b29e3 commit 0ab607b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action-network/cli/normalize/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def parse_item(item):
6868
df2, r'(e-?mail|correo electr(o|ó)nico|email)')
6969
# Pegar telefone
7070
item['phone'] = get_field_name(
71-
df2, r'(celular|mobile|portable|whatsapp)')
71+
df2, r'(celular|mobile|portable|whatsapp|telefone)')
7272
# Pegar cidade
7373
item['locality'] = get_field_name(
7474
df2, r'(cidade|city|ciudad)')

0 commit comments

Comments
 (0)