Translate payment types on /settings/company_details

This commit is contained in:
Hillel Coren 2017-06-13 22:41:40 +03:00
parent 75c7e44c83
commit 13347e949c

View File

@ -91,7 +91,7 @@
{!! Former::select('payment_type_id') {!! Former::select('payment_type_id')
->addOption('','') ->addOption('','')
->fromQuery(Cache::get('paymentTypes')->sortBy('name'), 'name', 'num_days') ->fromQuery($paymentTypes, 'name', 'id')
->help(trans('texts.payment_type_help')) !!} ->help(trans('texts.payment_type_help')) !!}
{!! Former::select('payment_terms') {!! Former::select('payment_terms')