Financial year start bugfix solved

This commit is contained in:
Burak Civan
2021-06-07 14:42:36 +03:00
parent 95b8a64f1e
commit 4e0538a5d7
3 changed files with 24 additions and 2 deletions

View File

@@ -8,7 +8,6 @@
@else
:form-classes="[{'has-error': form.errors.get('{{ $name }}') }]"
@endif
:group_class="'{{ $group_class }}'"
icon="fa fa-{{ $icon }}"
@@ -52,6 +51,10 @@
@interface="form.errors.clear('{{ $name }}'); form.{{ $name }} = $event"
@endif
@if (!empty($attributes['hidden_year']))
hidden-year
@endif
@if (!empty($attributes['change']))
@change="{{ $attributes['change'] }}"
@endif