From 1edf2eb23dc449f7eea9d7c6794034c3a46299d1 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 9 Apr 2018 09:30:07 +0300 Subject: [PATCH] Fix for second custom client field --- resources/views/invoices/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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