From bed67216432130cf6f3e436d369e7a91da3d5ab2 Mon Sep 17 00:00:00 2001
From: Joan Sanchez <joan@verdnatura.es>
Date: Thu, 11 Apr 2019 11:24:10 +0200
Subject: [PATCH] changed credit min value to zero

---
 modules/client/front/credit-insurance/create/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/client/front/credit-insurance/create/index.html b/modules/client/front/credit-insurance/create/index.html
index c635f75d6a..c4b7dc35f5 100644
--- a/modules/client/front/credit-insurance/create/index.html
+++ b/modules/client/front/credit-insurance/create/index.html
@@ -1,7 +1,7 @@
 <form name="form" ng-submit="$ctrl.onSubmit()" compact>
     <vn-card pad-large>
         <vn-horizontal>
-            <vn-input-number vn-one min="1"
+            <vn-input-number vn-one min="0"
                 label="Credit"
                 model="$ctrl.creditClassification.credit",
                 rule="creditInsurance.credit"