Fix another refactoring bug
This commit is contained in:
parent
42184e34b7
commit
15a99164f2
|
@ -72,7 +72,7 @@ class MemberImporter(FromRattail, corepos_importing.model.MemberImporter):
|
||||||
'customerAccountID',
|
'customerAccountID',
|
||||||
'customers',
|
'customers',
|
||||||
]
|
]
|
||||||
supported_person_fields = [
|
supported_customer_fields = [
|
||||||
'customerID',
|
'customerID',
|
||||||
'firstName',
|
'firstName',
|
||||||
'lastName',
|
'lastName',
|
||||||
|
|
Loading…
Reference in a new issue