Merge pull request #1332 from akhileshdarjee/hotfix
decimal places fix in item prices report
This commit is contained in:
commit
dbb4955483
@ -15,7 +15,7 @@ def execute(filters=None):
|
|||||||
bom_rate = get_item_bom_rate()
|
bom_rate = get_item_bom_rate()
|
||||||
val_rate_map = get_valuation_rate()
|
val_rate_map = get_valuation_rate()
|
||||||
|
|
||||||
precision = get_currency_precision or 2
|
precision = get_currency_precision() or 2
|
||||||
|
|
||||||
data = []
|
data = []
|
||||||
for item in sorted(item_map):
|
for item in sorted(item_map):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user