Merge pull request #7659 from saurabh6790/demo_user_perm_fix

[minor][fix] demo user perm fix
This commit is contained in:
rohitwaghchaure
2017-02-03 16:51:33 +05:30
committed by GitHub

View File

@@ -48,7 +48,7 @@ def complete_setup(domain='Manufacturing'):
setup_complete({
"first_name": "Test",
"last_name": "User",
"email": "demo@erpnext.com",
"email": "test_demo@erpnext.com",
"company_tagline": 'Awesome Products and Services',
"password": "demo",
"fy_start_date": "2015-01-01",