2
0
mirror of https://github.com/frappe/books.git synced 2025-01-11 10:38:14 +00:00

fix(Settings): Add writeOffAccount and roundOffAccount

This commit is contained in:
Faris Ansari 2019-12-03 13:51:10 +05:30
parent a62a634a3c
commit dfc6c44886
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@
:buttons="['close']" :buttons="['close']"
/> />
</div> </div>
<Row :columnCount="5" class="px-6" gap="0.5rem"> <Row :columnCount="5" class="px-6 border-none" gap="0.5rem">
<div <div
v-for="(tab, i) in tabs" v-for="(tab, i) in tabs"
:key="tab.label" :key="tab.label"

View File

@ -49,6 +49,8 @@ export default {
'country', 'country',
'bankName', 'bankName',
'currency', 'currency',
'writeOffAccount',
'roundOffAccount',
'fiscalYearStart', 'fiscalYearStart',
'fiscalYearEnd' 'fiscalYearEnd'
].map(fieldname => meta.getField(fieldname)); ].map(fieldname => meta.getField(fieldname));