fix: missing comma

This commit is contained in:
prssanna 2019-09-27 16:28:08 +05:30
parent 8f7ed71e9e
commit 119c976ad1

View File

@ -15,7 +15,7 @@ def get_leaderboards():
"Item": {
"fields": [
{'fieldname': 'total_sales_amount', 'fieldtype': 'Currency'},
'total_qty_sold'
'total_qty_sold',
{'fieldname': 'total_purchase_amount', 'fieldtype': 'Currency'},
'total_qty_purchased',
'available_stock_qty',