[Fix] Not able to export the Supplier-Wise Sales Analytics report (#15271)

This commit is contained in:
rohitwaghchaure 2018-08-30 19:19:14 +05:30 committed by Nabin Hait
parent 3df2639a32
commit 624927bf0b

View File

@ -33,7 +33,7 @@ def execute(filters=None):
row = [cd.item_code, cd.item_name, cd.description, cd.stock_uom, \
consumed_qty, consumed_amount, delivered_qty, delivered_amount, \
total_qty, total_amount, list(set(suppliers))]
total_qty, total_amount, ','.join(list(set(suppliers)))]
data.append(row)
return columns, data