2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +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']"
/>
</div>
<Row :columnCount="5" class="px-6" gap="0.5rem">
<Row :columnCount="5" class="px-6 border-none" gap="0.5rem">
<div
v-for="(tab, i) in tabs"
:key="tab.label"

View File

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