2
0
mirror of https://github.com/frappe/erpnext.git synced 2024-06-11 14:42:45 +00:00
erpnext/erpnext/loan_management/doctype/loan_security/loan_security.py
2021-11-05 11:16:29 +05:30

12 lines
271 B
Python

# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt
# import frappe
from frappe.model.document import Document
class LoanSecurity(Document):
def autoname(self):
self.name = self.loan_security_name