mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #2701 from tjmv/2699-translate-selected-vendor-currency
Use translated name for the selected currency on vendor page
This commit is contained in:
commit
af51e715a5
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