2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

fix: Capture bankName in setup wizard

This commit is contained in:
Faris Ansari 2019-12-04 22:52:16 +05:30
parent 4904632549
commit 7a94bffcbf

View File

@ -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',