Skip to content

Commit

Permalink
Save newly created pricing object (#4076)
Browse files Browse the repository at this point in the history
(cherry picked from commit ef41186)
  • Loading branch information
SchrodingersGat committed Dec 17, 2022
1 parent 6ca23db commit eaca66a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions InvenTree/part/tasks.py
Expand Up @@ -123,4 +123,5 @@ def check_missing_pricing(limit=250):

for p in results:
pricing = p.pricing
pricing.save()
pricing.schedule_for_update()

0 comments on commit eaca66a

Please sign in to comment.