mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-15 18:01:41 +00:00
Merge pull request #36804 from deepeshgarg007/demo_coa
fix(demo): Default accounts for demo company
This commit is contained in:
@@ -45,7 +45,8 @@ erpnext.setup.slides_settings = [
|
||||
fieldname: 'setup_demo',
|
||||
label: __('Generate Demo Data for Exploration'),
|
||||
fieldtype: 'Check',
|
||||
description: 'If checked, we will create demo data for you to explore the system. This demo data can be erased later.'},
|
||||
description: __('If checked, we will create demo data for you to explore the system. This demo data can be erased later.')
|
||||
},
|
||||
],
|
||||
|
||||
onload: function (slide) {
|
||||
|
||||
Reference in New Issue
Block a user