From 9b9c9434db0d86397fe8f4ab8d501ddf7c9f82c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 11 Jan 2021 15:34:46 +0100 Subject: [PATCH] - Show currency on the invoices/payment page - Disable form submitting with enter --- .../ninja2020/invoices/payment.blade.php | 33 +++++++++++-------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/resources/views/portal/ninja2020/invoices/payment.blade.php b/resources/views/portal/ninja2020/invoices/payment.blade.php index f911440f30ed..344f2e8f0d17 100644 --- a/resources/views/portal/ninja2020/invoices/payment.blade.php +++ b/resources/views/portal/ninja2020/invoices/payment.blade.php @@ -8,7 +8,7 @@ @endpush @section('body') -
+ @csrf @@ -118,21 +118,28 @@ @if(!$settings->client_portal_allow_under_payment && !$settings->client_portal_allow_over_payment) - + @else
- +
- @endif + @endif @if($settings->client_portal_allow_under_payment) {{ ctrans('texts.minimum_payment') }}: {{ $settings->client_portal_under_payment_minimum }} @@ -156,4 +163,4 @@ @push('footer') -@endpush \ No newline at end of file +@endpush