diff --git a/erpnext/accounts/doctype/mode_of_payment_account/mode_of_payment_account.json b/erpnext/accounts/doctype/mode_of_payment_account/mode_of_payment_account.json index a6bc60bebe79529cc8e46886229ca8f21c4f24c2..da900558ca2138787d13dc5de668ee55b7563aff 100644 --- a/erpnext/accounts/doctype/mode_of_payment_account/mode_of_payment_account.json +++ b/erpnext/accounts/doctype/mode_of_payment_account/mode_of_payment_account.json @@ -30,25 +30,28 @@ { "fieldname": "fee_account", "fieldtype": "Link", + "in_list_view": 1, "label": "Fee Account", "options": "Account" }, { "fieldname": "tax_account", "fieldtype": "Link", + "in_list_view": 1, "label": "Tax Account", "options": "Account" }, { "fieldname": "cost_center", "fieldtype": "Link", + "in_list_view": 1, "label": "Cost Center", - "options": "Account" + "options": "Cost Center" } ], "istable": 1, "links": [], - "modified": "2024-01-17 21:12:45.010633", + "modified": "2024-01-23 15:42:33.100765", "modified_by": "Administrator", "module": "Accounts", "name": "Mode of Payment Account",