mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for second custom client field
This commit is contained in:
parent
b8319d7bf8
commit
1edf2eb23d
@ -637,7 +637,7 @@
|
||||
@include('partials.custom_field', [
|
||||
'field' => 'client[custom_value2]',
|
||||
'label' => $account->custom_client_label2,
|
||||
'databind' => "value: custom_value1, valueUpdate: 'afterkeydown'",
|
||||
'databind' => "value: custom_value2, valueUpdate: 'afterkeydown'",
|
||||
])
|
||||
@endif
|
||||
@endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user