Skip to content

Commit

Permalink
fixed wizard financial year
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Jan 10, 2019
1 parent e4b26cd commit ef86989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/wizard/companies/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</div>
{{ Form::textGroup('company_tax_number', trans('general.tax_number'), 'percent', []) }}

{{ Form::textGroup('financial_start', trans('settings.localisation.financial_start'), 'calendar-check-o', ['id' => 'financial_start', 'class' => 'form-control', 'data-inputmask' => '\'alias\': \'dd-mm\'', 'data-mask' => '', 'autocomplete' => 'off'], Date::now()->startOfYear()->format('d F')) }}
{{ Form::textGroup('financial_start', trans('settings.localisation.financial_start'), 'calendar-check-o', ['id' => 'financial_start', 'class' => 'form-control', 'data-inputmask' => '\'alias\': \'dd-mm\'', 'data-mask' => '', 'autocomplete' => 'off'], Date::now()->startOfYear()->format('d-m')) }}

{{ Form::textareaGroup('company_address', trans('settings.company.address')) }}

Expand Down

0 comments on commit ef86989

Please sign in to comment.