[minor] Added 'Import Data' in sample data
This commit is contained in:
parent
75ebed815f
commit
9257413b68
@ -109,9 +109,14 @@ def make_projects():
|
|||||||
"end_date": frappe.utils.add_days(current_date, 5)
|
"end_date": frappe.utils.add_days(current_date, 5)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Go Live!",
|
"title": "Import Data",
|
||||||
"start_date": frappe.utils.add_days(current_date, 5),
|
"start_date": frappe.utils.add_days(current_date, 5),
|
||||||
"end_date": frappe.utils.add_days(current_date, 6)
|
"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)
|
project.insert(ignore_permissions=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user