mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
Save newly created pricing object (#4075)
This commit is contained in:
parent
e4a904e1b7
commit
8159ea3c02
@ -123,4 +123,5 @@ def check_missing_pricing(limit=250):
|
|||||||
|
|
||||||
for p in results:
|
for p in results:
|
||||||
pricing = p.pricing
|
pricing = p.pricing
|
||||||
|
pricing.save()
|
||||||
pricing.schedule_for_update()
|
pricing.schedule_for_update()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user