mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
Fixed project_copied_from patch
This commit is contained in:
@@ -2,8 +2,10 @@ from __future__ import unicode_literals
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.db.sql('''
|
||||
UPDATE `tabProject`
|
||||
SET copied_from=name
|
||||
WHERE copied_from is NULL
|
||||
''')
|
||||
frappe.reload_doctype("Project")
|
||||
|
||||
frappe.db.sql('''
|
||||
UPDATE `tabProject`
|
||||
SET copied_from=name
|
||||
WHERE copied_from is NULL
|
||||
''')
|
||||
Reference in New Issue
Block a user