mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fixing typo
This commit is contained in:
parent
3f1aca9e94
commit
67128c308b
@ -2503,7 +2503,7 @@ class BomItem(models.Model):
|
|||||||
|
|
||||||
# get internal price setting
|
# get internal price setting
|
||||||
use_internal = common.models.InvenTreeSetting.get_setting('PART_BOM_USE_INTERNAL_PRICE', False)
|
use_internal = common.models.InvenTreeSetting.get_setting('PART_BOM_USE_INTERNAL_PRICE', False)
|
||||||
prange = self.sub_part.get_price_range(self.quantity, intenal=use_internal)
|
prange = self.sub_part.get_price_range(self.quantity, internal=use_internal)
|
||||||
|
|
||||||
if prange is None:
|
if prange is None:
|
||||||
return prange
|
return prange
|
||||||
|
Loading…
Reference in New Issue
Block a user