Cleanup attribute names for CORE Department model
This commit is contained in:
parent
bfb6a4c7ec
commit
2a37bb5a49
2 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ class COREPOSProductWatcher(DataSyncWatcher):
|
|||
(None,
|
||||
model.DataSyncChange(
|
||||
payload_type='Department',
|
||||
payload_key=six.text_type(dept.dept_no)))
|
||||
payload_key=six.text_type(dept.number)))
|
||||
for dept in departments])
|
||||
|
||||
# TODO: subdepartment table doesn't have a modified flag?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue