Cleanup attribute names for CORE Employee model

This commit is contained in:
Lance Edgar 2019-08-14 21:02:46 -05:00
parent c88277f478
commit 8da0f1b17f

View file

@ -59,7 +59,7 @@ class ProductFlagImporter(ToCore):
class EmployeeImporter(ToCore):
model_class = corepos.Employee
key = 'emp_no'
key = 'number'
class CustomerImporter(ToCore):