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:
parent
a62a634a3c
commit
dfc6c44886
@ -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"
|
||||||
|
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user