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_type/loan_security_type_dashboard.py
2022-03-28 18:52:46 +05:30

9 lines
213 B
Python

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