mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Use translated name for the selected currency on the create/edit vendors page.
This commit is contained in:
parent
bee27dbb69
commit
cd4322c0c2
2
resources/views/vendors/edit.blade.php
vendored
2
resources/views/vendors/edit.blade.php
vendored
@ -118,7 +118,7 @@
|
||||
<div class="panel-body">
|
||||
|
||||
{!! Former::select('currency_id')->addOption('','')
|
||||
->placeholder($account->currency ? $account->currency->name : '')
|
||||
->placeholder($account->currency ? $account->currency->getTranslatedName() : '')
|
||||
->fromQuery($currencies, 'name', 'id') !!}
|
||||
{!! Former::textarea('private_notes')->rows(6) !!}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user