diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index 8b0348770200..5e45e14d6f14 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -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