decimal places fixed in item prices report

This commit is contained in:
Akhilesh Darjee 2014-01-17 18:50:44 +05:30
parent 7e73f35916
commit 8a4111fe0e

View File

@ -15,7 +15,7 @@ def execute(filters=None):
bom_rate = get_item_bom_rate()
val_rate_map = get_valuation_rate()
precision = get_currency_precision or 2
precision = get_currency_precision() or 2
data = []
for item in sorted(item_map):