2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 13:06:45 +00:00

Save newly created pricing object (#4076)

(cherry picked from commit ef411861b904064584c80fc0bc8f3c360baa7ac1)
This commit is contained in:
Oliver 2022-12-18 07:15:22 +11:00 committed by GitHub
parent 6ca23db9d8
commit eaca66ab64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()