Skip to content

Commit aff3e7c

Browse files
sergiocoratogiarve
authored andcommitted
[FIX] import with external id not added to newdata
1 parent d3fec0e commit aff3e7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base_import_match/models/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def load(self, fields, data):
4343
if xmlid:
4444
# Skip rows with ID, they do not need all this
4545
row["id"] = xmlid
46+
newdata.append(tuple(row[f] for f in fields))
4647
continue
4748
elif dbid:
4849
# Find the xmlid for this dbid

0 commit comments

Comments
 (0)