From 026c36d066f2d50216dc4414655263dab0e4fde7 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Sun, 11 Mar 2018 13:35:33 +0200 Subject: [PATCH] Fix vat rate form field constraints #623 --- app/views/admin/registrars/form/_billing.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/registrars/form/_billing.html.erb b/app/views/admin/registrars/form/_billing.html.erb index e644085cf..c87da8b6c 100644 --- a/app/views/admin/registrars/form/_billing.html.erb +++ b/app/views/admin/registrars/form/_billing.html.erb @@ -23,7 +23,7 @@
- <%= f.number_field :vat_rate, min: 0, max: 99, step: 0.1, + <%= f.number_field :vat_rate, min: 0, max: 99.9, step: 0.1, class: 'form-control' %>
%