From f2b16cd386087de75ce40eb7b400d0e9da045474 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Fri, 6 Dec 2024 11:51:15 +0100 Subject: [PATCH] - updated logic adding company; --- src/pages/AddCompany/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/AddCompany/index.js b/src/pages/AddCompany/index.js index 8e06d7d..5987042 100644 --- a/src/pages/AddCompany/index.js +++ b/src/pages/AddCompany/index.js @@ -120,7 +120,7 @@ const AddCompany = () => { pec, email: pec, city: comune, - codiceFiscale: cf, + codiceFiscale: cf ? cf : piva, address: indirizzo, vatNumber: piva, companyName: denominazione