Skip to content

Commit

Permalink
enable the rest of the staged filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
paultag committed Mar 5, 2014
1 parent 6768a85 commit a248c9a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions billy_settings.py
Expand Up @@ -33,15 +33,15 @@
"last_name",
"middle_name",
],
# "billy.importers.filters.phone_filter": [
# "office_phone",
# "phone",
# "offices.phone",
# "offices.fax",
# ],
# "billy.importers.filters.email_filter": [
# "offices.email",
# ],
"billy.importers.filters.phone_filter": [
"office_phone",
"phone",
"offices.phone",
"offices.fax",
],
"billy.importers.filters.email_filter": [
"offices.email",
],
}

BILL_FILTERS = {
Expand Down

0 comments on commit a248c9a

Please sign in to comment.