From 3a136e14649a71717b7ff38f50669a572063e5fe Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 13 Sep 2018 16:24:02 -0400 Subject: [PATCH] remove tax information --- src/app/organizations/settings/account.component.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/app/organizations/settings/account.component.html b/src/app/organizations/settings/account.component.html index 0dee62cea72..5c060995f51 100644 --- a/src/app/organizations/settings/account.component.html +++ b/src/app/organizations/settings/account.component.html @@ -32,13 +32,6 @@

{{'taxInformation' | i18n}}

-
-
{{org.businessAddress1}}
-
{{org.businessAddress2}}
-
{{org.businessAddress3}}
-
{{org.businessCountry}}
-
{{org.businessTaxNumber}}
-

{{'taxInformationDesc' | i18n}}

{{'contactSupport' | i18n}}