From 8370b5dc1d5c07ee9e0a0d7a46ea090390dfdef9 Mon Sep 17 00:00:00 2001 From: carlosjr Date: Wed, 8 Sep 2021 11:03:58 +0200 Subject: [PATCH] refactor(fiscaldata): isTaxDataChecked checkbox no longer disabled by businessType presence --- modules/client/front/fiscal-data/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/client/front/fiscal-data/index.html b/modules/client/front/fiscal-data/index.html index 93a3c9cb67..f3fd42e760 100644 --- a/modules/client/front/fiscal-data/index.html +++ b/modules/client/front/fiscal-data/index.html @@ -182,8 +182,7 @@ vn-one label="Verified data" ng-model="$ctrl.client.isTaxDataChecked" - vn-acl="salesAssistant" - disabled="!$ctrl.client.businessTypeFk"> + vn-acl="salesAssistant">