mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Typo fix
This commit is contained in:
parent
2303e03580
commit
c58399206c
@ -149,7 +149,7 @@ def associate_manufacturers(apps, schema_editor):
|
|||||||
manufacturer_id = links[name]
|
manufacturer_id = links[name]
|
||||||
|
|
||||||
query = f"update part_supplierpart set manufacturer_id={manufacturer_id} where id={part_id};"
|
query = f"update part_supplierpart set manufacturer_id={manufacturer_id} where id={part_id};"
|
||||||
result = query.execute()
|
result = cursor.execute(query)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# Mapping not possible
|
# Mapping not possible
|
||||||
|
Loading…
Reference in New Issue
Block a user