mirror of
https://github.com/inventree/InvenTree.git
synced 2026-01-07 06:30:31 -06:00
Save newly created pricing object (#4076)
(cherry picked from commit ef411861b9)
This commit is contained in:
@@ -123,4 +123,5 @@ def check_missing_pricing(limit=250):
|
||||
|
||||
for p in results:
|
||||
pricing = p.pricing
|
||||
pricing.save()
|
||||
pricing.schedule_for_update()
|
||||
|
||||
Reference in New Issue
Block a user