mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Only calculate pricing data if required
This commit is contained in:
parent
525b6d399d
commit
722e947745
@ -395,6 +395,7 @@ class PartDetail(InvenTreeRoleMixin, DetailView):
|
|||||||
context.update(**ctx)
|
context.update(**ctx)
|
||||||
|
|
||||||
# Pricing information
|
# Pricing information
|
||||||
|
if InvenTreeSetting.get_setting('PART_SHOW_PRICE_HISTORY', False):
|
||||||
ctx = self.get_pricing(self.get_quantity())
|
ctx = self.get_pricing(self.get_quantity())
|
||||||
ctx['form'] = self.form_class(initial=self.get_initials())
|
ctx['form'] = self.form_class(initial=self.get_initials())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user