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:
parent
a62a634a3c
commit
dfc6c44886
@ -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"
|
||||
|
@ -49,6 +49,8 @@ export default {
|
||||
'country',
|
||||
'bankName',
|
||||
'currency',
|
||||
'writeOffAccount',
|
||||
'roundOffAccount',
|
||||
'fiscalYearStart',
|
||||
'fiscalYearEnd'
|
||||
].map(fieldname => meta.getField(fieldname));
|
||||
|
Loading…
Reference in New Issue
Block a user