diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index b7350ef4529f..7b29ad26f067 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->custom_client_label2, - 'databind' => "value: custom_value1, valueUpdate: 'afterkeydown'", + 'databind' => "value: custom_value2, valueUpdate: 'afterkeydown'", ]) @endif @endif