mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
Fix for second custom client field
This commit is contained in:
parent
a6551dd558
commit
b7f2e9b1ab
@ -637,7 +637,7 @@
|
|||||||
@include('partials.custom_field', [
|
@include('partials.custom_field', [
|
||||||
'field' => 'client[custom_value2]',
|
'field' => 'client[custom_value2]',
|
||||||
'label' => $account->customLabel('client2'),
|
'label' => $account->customLabel('client2'),
|
||||||
'databind' => "value: custom_value1, valueUpdate: 'afterkeydown'",
|
'databind' => "value: custom_value2, valueUpdate: 'afterkeydown'",
|
||||||
])
|
])
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
Reference in New Issue
Block a user