mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
module import fix in patch (#14203)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import frappe
|
import frappe
|
||||||
from frappe.model.utils import rename_field
|
from frappe.model.utils.rename_field import rename_field
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
frappe.db.sql("""
|
frappe.db.sql("""
|
||||||
|
|||||||
Reference in New Issue
Block a user