1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Fix for second custom client field

This commit is contained in:
Hillel Coren 2018-04-09 09:29:50 +03:00
parent a6551dd558
commit b7f2e9b1ab

View File

@ -637,7 +637,7 @@
@include('partials.custom_field', [
'field' => 'client[custom_value2]',
'label' => $account->customLabel('client2'),
'databind' => "value: custom_value1, valueUpdate: 'afterkeydown'",
'databind' => "value: custom_value2, valueUpdate: 'afterkeydown'",
])
@endif
@endif