mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 06:44:30 -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">
|
<div class="panel-body">
|
||||||
|
|
||||||
@if ($credit)
|
@if ($credit)
|
||||||
{!! Former::plaintext()->label('client')->value($client->present()->link) !!}
|
{!! Former::plaintext()->label('client')->value($client->getDisplayName()) !!}
|
||||||
@else
|
@else
|
||||||
{!! Former::select('client')->addOption('', '')->addGroupClass('client-select') !!}
|
{!! Former::select('client')->addOption('', '')->addGroupClass('client-select') !!}
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user