mirror of
https://github.com/frappe/books.git
synced 2025-02-02 12:08:27 +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',
|
fieldname: 'bankName',
|
||||||
label: 'Bank Name',
|
label: 'Bank Name',
|
||||||
fieldtype: 'Data',
|
fieldtype: 'Data',
|
||||||
|
placeholder: 'Prime Bank',
|
||||||
required: 1
|
required: 1
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -106,6 +107,7 @@ module.exports = {
|
|||||||
'fullname',
|
'fullname',
|
||||||
'email',
|
'email',
|
||||||
'companyName',
|
'companyName',
|
||||||
|
'bankName',
|
||||||
'country',
|
'country',
|
||||||
'currency',
|
'currency',
|
||||||
'fiscalYearStart',
|
'fiscalYearStart',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user