mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Translate payment types on /settings/company_details
This commit is contained in:
parent
75c7e44c83
commit
13347e949c
@ -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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user