Add refund amount to loan
diff --git a/erpnext/loan_management/doctype/loan/loan.json b/erpnext/loan_management/doctype/loan/loan.json
index ef78a64..0797084 100644
--- a/erpnext/loan_management/doctype/loan/loan.json
+++ b/erpnext/loan_management/doctype/loan/loan.json
@@ -48,6 +48,7 @@
   "total_payment",
   "total_principal_paid",
   "written_off_amount",
+  "refund_amount",
   "column_break_19",
   "total_interest_payable",
   "total_amount_paid",
@@ -379,12 +380,20 @@
    "fieldtype": "Link",
    "label": "Cost Center",
    "options": "Cost Center"
+  },
+  {
+   "fieldname": "refund_amount",
+   "fieldtype": "Currency",
+   "label": "Refund amount",
+   "no_copy": 1,
+   "options": "Company:company:default_currency",
+   "read_only": 1
   }
  ],
  "index_web_pages_for_search": 1,
  "is_submittable": 1,
  "links": [],
- "modified": "2022-03-10 11:50:31.957360",
+ "modified": "2022-06-24 16:17:57.018272",
  "modified_by": "Administrator",
  "module": "Loan Management",
  "name": "Loan",