Cleanup attribute names for CORE Employee model
This commit is contained in:
parent
c88277f478
commit
8da0f1b17f
|
@ -59,7 +59,7 @@ class ProductFlagImporter(ToCore):
|
|||
|
||||
class EmployeeImporter(ToCore):
|
||||
model_class = corepos.Employee
|
||||
key = 'emp_no'
|
||||
key = 'number'
|
||||
|
||||
|
||||
class CustomerImporter(ToCore):
|
||||
|
|
Loading…
Reference in a new issue