mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
chore: reload doctypes
This commit is contained in:
@@ -434,7 +434,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-10-01 10:36:47.902903",
|
"modified": "2022-11-01 10:36:47.902903",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Loan Management",
|
"module": "Loan Management",
|
||||||
"name": "Loan",
|
"name": "Loan",
|
||||||
|
|||||||
@@ -182,7 +182,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-10-22 17:43:03.954201",
|
"modified": "2022-11-01 17:43:03.954201",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Loan Management",
|
"module": "Loan Management",
|
||||||
"name": "Loan Type",
|
"name": "Loan Type",
|
||||||
|
|||||||
@@ -2,6 +2,9 @@ import frappe
|
|||||||
|
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
|
frappe.reload_doc("loan_management", "doctype", "loan")
|
||||||
|
frappe.reload_doc("loan_management", "doctype", "loan_type")
|
||||||
|
|
||||||
loan = frappe.qb.DocType("Loan")
|
loan = frappe.qb.DocType("Loan")
|
||||||
loan_type = frappe.qb.DocType("Loan Type")
|
loan_type = frappe.qb.DocType("Loan Type")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user