2
0
mirror of https://github.com/frappe/erpnext.git synced 2024-06-11 22:52:41 +00:00
erpnext/erpnext/loan_management/doctype/loan_repayment_detail/loan_repayment_detail.py
2021-11-05 11:16:29 +05:30

11 lines
225 B
Python

# Copyright (c) 2020, Frappe Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt
# import frappe
from frappe.model.document import Document
class LoanRepaymentDetail(Document):
pass