mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 21:16:46 +00:00
Save newly created pricing object (#4076)
(cherry picked from commit ef411861b904064584c80fc0bc8f3c360baa7ac1)
This commit is contained in:
parent
6ca23db9d8
commit
eaca66ab64
@ -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