mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:24:36 -04:00
Show credit client name as text
This commit is contained in:
parent
fc87cbafe6
commit
b88bab52a5
@ -22,7 +22,7 @@
|
||||
<div class="panel-body">
|
||||
|
||||
@if ($credit)
|
||||
{!! Former::plaintext()->label('client')->value($client->present()->link) !!}
|
||||
{!! Former::plaintext()->label('client')->value($client->getDisplayName()) !!}
|
||||
@else
|
||||
{!! Former::select('client')->addOption('', '')->addGroupClass('client-select') !!}
|
||||
@endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user