2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-01 17:41:33 +00:00

Save newly created pricing object

This commit is contained in:
Oliver Walters
2022-12-18 00:35:36 +11:00
parent e4a904e1b7
commit ef411861b9

View File

@@ -123,4 +123,5 @@ def check_missing_pricing(limit=250):
for p in results:
pricing = p.pricing
pricing.save()
pricing.schedule_for_update()