patch fix
This commit is contained in:
parent
6894b9e457
commit
52cf6e947c
@ -3,6 +3,8 @@ import frappe
|
||||
def execute():
|
||||
# convert milestones to tasks
|
||||
frappe.reload_doctype("Project")
|
||||
frappe.reload_doc("projects", "doctype", "project_task")
|
||||
frappe.reload_doctype("Task")
|
||||
|
||||
for m in frappe.get_all("Project Milestone", "*"):
|
||||
if (m.milestone and m.milestone_date
|
||||
|
@ -1070,7 +1070,7 @@
|
||||
"idx": 1,
|
||||
"in_create": 0,
|
||||
"is_submittable": 1,
|
||||
"modified": "2015-04-07 00:12:12.119039",
|
||||
"modified": "2015-04-24 00:12:12.119039",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Delivery Note",
|
||||
|
Loading…
x
Reference in New Issue
Block a user