fixed #157
This commit is contained in:
parent
b68c840cde
commit
039fe2d58e
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
{{ Form::textGroup('amount', trans('general.amount'), 'money', ['required' => 'required', 'autofocus' => 'autofocus']) }}
|
{{ Form::textGroup('amount', trans('general.amount'), 'money', ['required' => 'required', 'autofocus' => 'autofocus']) }}
|
||||||
|
|
||||||
{{ Form::selectGroup('account_id', trans_choice('general.accounts', 1), 'university', $accounts, setting('general.default_account')) }}
|
{{ Form::selectGroup('account_id', trans_choice('general.accounts', 1), 'university', $accounts) }}
|
||||||
|
|
||||||
<div class="form-group col-md-6 {{ $errors->has('currency_code') ? 'has-error' : ''}}">
|
<div class="form-group col-md-6 {{ $errors->has('currency_code') ? 'has-error' : ''}}">
|
||||||
{!! Form::label('currency_code', trans_choice('general.currencies', 1), ['class' => 'control-label']) !!}
|
{!! Form::label('currency_code', trans_choice('general.currencies', 1), ['class' => 'control-label']) !!}
|
||||||
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
{{ Form::selectGroup('vendor_id', trans_choice('general.vendors', 1), 'user', $vendors, null, []) }}
|
{{ Form::selectGroup('vendor_id', trans_choice('general.vendors', 1), 'user', $vendors, null, []) }}
|
||||||
|
|
||||||
{{ Form::selectGroup('payment_method', trans_choice('general.payment_methods', 1), 'credit-card', $payment_methods, null) }}
|
{{ Form::selectGroup('payment_method', trans_choice('general.payment_methods', 1), 'credit-card', $payment_methods) }}
|
||||||
|
|
||||||
{{ Form::textGroup('reference', trans('general.reference'), 'file-text-o',[]) }}
|
{{ Form::textGroup('reference', trans('general.reference'), 'file-text-o',[]) }}
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
{{ Form::textGroup('amount', trans('general.amount'), 'money', ['required' => 'required', 'autofocus' => 'autofocus']) }}
|
{{ Form::textGroup('amount', trans('general.amount'), 'money', ['required' => 'required', 'autofocus' => 'autofocus']) }}
|
||||||
|
|
||||||
{{ Form::selectGroup('account_id', trans_choice('general.accounts', 1), 'university', $accounts, setting('general.accounts', 1)) }}
|
{{ Form::selectGroup('account_id', trans_choice('general.accounts', 1), 'university', $accounts) }}
|
||||||
|
|
||||||
<div class="form-group col-md-6 {{ $errors->has('currency_code') ? 'has-error' : ''}}">
|
<div class="form-group col-md-6 {{ $errors->has('currency_code') ? 'has-error' : ''}}">
|
||||||
{!! Form::label('currency_code', trans_choice('general.currencies', 1), ['class' => 'control-label']) !!}
|
{!! Form::label('currency_code', trans_choice('general.currencies', 1), ['class' => 'control-label']) !!}
|
||||||
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
{{ Form::selectGroup('customer_id', trans_choice('general.customers', 1), 'user', $customers, null, []) }}
|
{{ Form::selectGroup('customer_id', trans_choice('general.customers', 1), 'user', $customers, null, []) }}
|
||||||
|
|
||||||
{{ Form::selectGroup('payment_method', trans_choice('general.payment_methods', 1), 'credit-card', $payment_methods, null) }}
|
{{ Form::selectGroup('payment_method', trans_choice('general.payment_methods', 1), 'credit-card', $payment_methods) }}
|
||||||
|
|
||||||
{{ Form::textGroup('reference', trans('general.reference'), 'file-text-o',[]) }}
|
{{ Form::textGroup('reference', trans('general.reference'), 'file-text-o',[]) }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user