mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
patch fix
This commit is contained in:
@@ -3,6 +3,8 @@ import frappe
|
|||||||
def execute():
|
def execute():
|
||||||
# convert milestones to tasks
|
# convert milestones to tasks
|
||||||
frappe.reload_doctype("Project")
|
frappe.reload_doctype("Project")
|
||||||
|
frappe.reload_doc("projects", "doctype", "project_task")
|
||||||
|
frappe.reload_doctype("Task")
|
||||||
|
|
||||||
for m in frappe.get_all("Project Milestone", "*"):
|
for m in frappe.get_all("Project Milestone", "*"):
|
||||||
if (m.milestone and m.milestone_date
|
if (m.milestone and m.milestone_date
|
||||||
|
|||||||
@@ -1070,7 +1070,7 @@
|
|||||||
"idx": 1,
|
"idx": 1,
|
||||||
"in_create": 0,
|
"in_create": 0,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"modified": "2015-04-07 00:12:12.119039",
|
"modified": "2015-04-24 00:12:12.119039",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Delivery Note",
|
"name": "Delivery Note",
|
||||||
|
|||||||
Reference in New Issue
Block a user