Merge branch 'master' of https://github.com/brkcvn/akaunting into code-clean
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
<x-form.group.select name="code" label="{{ trans('currencies.code') }}" :options="$codes" searchable change="onChangeCode" />
|
||||
|
||||
<x-form.group.text name="rate" label="{{ trans('currencies.rate') }}" @input="onChangeRate" />
|
||||
<x-form.group.text name="rate" label="{{ trans('currencies.rate') }}" @input="onChangeRate" ::disabled="form.default_currency == 1" />
|
||||
|
||||
<x-form.group.select name="precision" label="{{ trans('currencies.precision') }}" :options="$precisions" model="form.precision" />
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
<x-form.group.select name="code" label="{{ trans('currencies.code') }}" :options="$codes" searchable change="onChangeCode" />
|
||||
|
||||
<x-form.group.text name="rate" label="{{ trans('currencies.rate') }}" @input="onChangeRate" />
|
||||
<x-form.group.text name="rate" label="{{ trans('currencies.rate') }}" @input="onChangeRate" ::disabled="form.default_currency == 1" />
|
||||
|
||||
<x-form.group.select name="precision" label="{{ trans('currencies.precision') }}" :options="$precisions" model="form.precision" />
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
<x-slot name="buttons">
|
||||
@can('create-settings-currencies')
|
||||
<x-link href="{{ route('currencies.create') }}" kind="primary">
|
||||
<x-link href="{{ route('currencies.create') }}" kind="primary" id="index-more-actions-new-currency">
|
||||
{{ trans('general.title.new', ['type' => trans_choice('general.currencies', 1)]) }}
|
||||
</x-link>
|
||||
@endcan
|
||||
|
||||
Reference in New Issue
Block a user