mirror of
https://github.com/frappe/books.git
synced 2024-11-13 00:46:28 +00:00
fix: Capture bankName in setup wizard
This commit is contained in:
parent
4904632549
commit
7a94bffcbf
@ -48,6 +48,7 @@ module.exports = {
|
||||
fieldname: 'bankName',
|
||||
label: 'Bank Name',
|
||||
fieldtype: 'Data',
|
||||
placeholder: 'Prime Bank',
|
||||
required: 1
|
||||
},
|
||||
|
||||
@ -106,6 +107,7 @@ module.exports = {
|
||||
'fullname',
|
||||
'email',
|
||||
'companyName',
|
||||
'bankName',
|
||||
'country',
|
||||
'currency',
|
||||
'fiscalYearStart',
|
||||
|
Loading…
Reference in New Issue
Block a user