mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix client label on credit form
This commit is contained in:
parent
4a3529b523
commit
f71585cb11
@ -24,7 +24,10 @@
|
|||||||
@if ($credit)
|
@if ($credit)
|
||||||
{!! Former::plaintext()->label('client')->value($client->present()->link) !!}
|
{!! Former::plaintext()->label('client')->value($client->present()->link) !!}
|
||||||
@else
|
@else
|
||||||
{!! Former::select('client_id')->addOption('', '')->addGroupClass('client-select') !!}
|
{!! Former::select('client_id')
|
||||||
|
->label('client')
|
||||||
|
->addOption('', '')
|
||||||
|
->addGroupClass('client-select') !!}
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
{!! Former::text('amount') !!}
|
{!! Former::text('amount') !!}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user