mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Typo fix
(cherry picked from commit c58399206c523b88594d63d5e696f6468639e466)
This commit is contained in:
parent
93f0dbd4ee
commit
d811f3c48a
@ -156,7 +156,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…
x
Reference in New Issue
Block a user