Merge pull request #36804 from deepeshgarg007/demo_coa

fix(demo): Default accounts for demo company
This commit is contained in:
Deepesh Garg
2023-08-24 19:30:17 +05:30
committed by GitHub
5 changed files with 33 additions and 14 deletions

View File

@@ -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) {