mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 04:58:29 +00:00
fix: missing comma
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user