mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-11 06:17:44 +00:00
Patch was faling, reload doc was missing (#10072)
This commit is contained in:
committed by
Nabin Hait
parent
13abada526
commit
d65b4b4238
@@ -2,8 +2,10 @@
|
||||
# License: GNU General Public License v3. See license.txt
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import frappe
|
||||
|
||||
from erpnext.buying.doctype.supplier_scorecard.supplier_scorecard import make_default_records
|
||||
def execute():
|
||||
|
||||
frappe.reload_doc('buying', 'doctype', 'supplier_scorecard_variable')
|
||||
frappe.reload_doc('buying', 'doctype', 'supplier_scorecard_standing')
|
||||
make_default_records()
|
||||
Reference in New Issue
Block a user