Defaults currency fixed remove default.currency_code and currency_rate..

This commit is contained in:
Cüneyt Şentürk
2023-04-05 15:30:45 +03:00
parent 173af142cf
commit 4207d7f7b3
2 changed files with 11 additions and 1 deletions

View File

@ -10,7 +10,13 @@
</x-slot>
<x-slot name="body">
<x-form.group.account name="account" not-required without-change />
<x-form.group.select
name="account"
label="{{ trans_choice('general.accounts', 1) }}"
:options="$accounts"
:selected="setting('default.account')"
not-required
/>
<x-form.group.currency name="currency" not-required />