Translate payment types on /settings/company_details
This commit is contained in:
parent
75c7e44c83
commit
13347e949c
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
|
||||
{!! Former::select('payment_type_id')
|
||||
->addOption('','')
|
||||
->fromQuery(Cache::get('paymentTypes')->sortBy('name'), 'name', 'num_days')
|
||||
->fromQuery($paymentTypes, 'name', 'id')
|
||||
->help(trans('texts.payment_type_help')) !!}
|
||||
|
||||
{!! Former::select('payment_terms')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue