mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fix: missing comma
This commit is contained in:
@@ -15,7 +15,7 @@ def get_leaderboards():
|
|||||||
"Item": {
|
"Item": {
|
||||||
"fields": [
|
"fields": [
|
||||||
{'fieldname': 'total_sales_amount', 'fieldtype': 'Currency'},
|
{'fieldname': 'total_sales_amount', 'fieldtype': 'Currency'},
|
||||||
'total_qty_sold'
|
'total_qty_sold',
|
||||||
{'fieldname': 'total_purchase_amount', 'fieldtype': 'Currency'},
|
{'fieldname': 'total_purchase_amount', 'fieldtype': 'Currency'},
|
||||||
'total_qty_purchased',
|
'total_qty_purchased',
|
||||||
'available_stock_qty',
|
'available_stock_qty',
|
||||||
|
|||||||
Reference in New Issue
Block a user