2
0
mirror of https://github.com/frappe/erpnext.git synced 2024-06-02 18:31:06 +00:00
erpnext/erpnext/loan_management/doctype/loan_security/loan_security_dashboard.py
2022-03-28 18:52:46 +05:30

9 lines
211 B
Python

def get_data():
return {
"fieldname": "loan_security",
"transactions": [
{"items": ["Loan Application", "Loan Security Price"]},
{"items": ["Loan Security Pledge", "Loan Security Unpledge"]},
],
}