[minor] Added 'Import Data' in sample data

This commit is contained in:
Anand Doshi 2015-07-23 18:16:25 +05:30
parent 75ebed815f
commit 9257413b68

View File

@ -109,9 +109,14 @@ def make_projects():
"end_date": frappe.utils.add_days(current_date, 5)
},
{
"title": "Go Live!",
"title": "Import Data",
"start_date": frappe.utils.add_days(current_date, 5),
"end_date": frappe.utils.add_days(current_date, 6)
},
{
"title": "Go Live!",
"start_date": frappe.utils.add_days(current_date, 6),
"end_date": frappe.utils.add_days(current_date, 7)
}])
project.insert(ignore_permissions=True)