patch fix

This commit is contained in:
Nabin Hait 2015-04-24 16:07:32 +05:30
parent 6894b9e457
commit 52cf6e947c
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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",