Merge branch 'akaunting:master' into master

This commit is contained in:
Burak Civan
2022-06-10 09:25:07 +03:00
committed by GitHub
9 changed files with 14 additions and 33 deletions

View File

@@ -70,7 +70,7 @@
<x-sortablelink column="sale_price" title="{{ trans('items.sale_price') }}" />
</x-slot>
<x-slot name="second">
<x-sortablelink column="purchase_price" title="{!! trans('items.purchase_price') !!}" />
<x-sortablelink column="purchase_price" title="{{ trans('items.purchase_price') }}" />
</x-slot>
</x-table.th>
</x-table.tr>

View File

@@ -10,7 +10,7 @@
</x-slot>
<x-slot name="body">
<x-form.group.account name="account" not-required without-change :selected="setting('default.account')" />
<x-form.group.account name="account" not-required without-change />
<x-form.group.currency name="currency" not-required />