Letterhead in user progress (#11679)

* added letter-head to user progress slides

* added letterhead action to patch

* improvised

* added date in patches.txt
This commit is contained in:
Shreya Shah
2017-11-28 16:09:58 +05:30
committed by Nabin Hait
parent de82fe9e8f
commit 8d9edbf133
5 changed files with 38 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ def execute():
{"action_name": "Add Rooms", "action_doctype": "Room", "min_doc_count": 1, "is_completed": 0,
"domains": '["Education"]' },
{"action_name": "Add Users", "action_doctype": "User", "min_doc_count": 4, "is_completed": 0,
"domains": '[]' },
{"action_name": "Add Letterhead", "action_doctype": "Letter Head", "min_doc_count": 1, "is_completed": 0,
"domains": '[]' }
]