mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-13 17:20:36 +00:00
[fix] for setup wizard tests and demo;
This commit is contained in:
@@ -46,8 +46,7 @@ def complete_setup(domain='Manufacturing'):
|
||||
|
||||
if not frappe.get_all('Company', limit=1):
|
||||
setup_complete({
|
||||
"first_name": "Test",
|
||||
"last_name": "User",
|
||||
"full_name": "Test User",
|
||||
"email": "test_demo@erpnext.com",
|
||||
"company_tagline": 'Awesome Products and Services',
|
||||
"password": "demo",
|
||||
|
||||
Reference in New Issue
Block a user