From 14dc99ea1a7a2cd28669794260102a3db324d39e Mon Sep 17 00:00:00 2001 From: Ahmed Aly Date: Wed, 16 May 2018 13:52:49 +0200 Subject: [PATCH] =?UTF-8?q?Fall=205623:=20=C3=84nderung=20der=20Fu=C3=9Fze?= =?UTF-8?q?ile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext/custom-addons/dp_reports/reports/report_templates.xml | 6 +++--- setup/lib/config_glaser.py | 2 +- setup/lib/config_tza.py | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ext/custom-addons/dp_reports/reports/report_templates.xml b/ext/custom-addons/dp_reports/reports/report_templates.xml index 706af52d..c3f58386 100644 --- a/ext/custom-addons/dp_reports/reports/report_templates.xml +++ b/ext/custom-addons/dp_reports/reports/report_templates.xml @@ -89,7 +89,7 @@ · · - + @@ -98,7 +98,7 @@ IBAN: - AT46 3250 1000 0200 9306 + AT 46 3250 1000 0200 9306 · BIC: @@ -121,7 +121,7 @@
- Die AGBs sind auf der Homepage verfügbar. + Die AGBs finden Sie auf unserer Website.
diff --git a/setup/lib/config_glaser.py b/setup/lib/config_glaser.py index b70e39ae..97ff6454 100644 --- a/setup/lib/config_glaser.py +++ b/setup/lib/config_glaser.py @@ -15,7 +15,7 @@ class ConfigGlaser(Config): 'street2': False, 'city': 'Spannberg', 'zip': '2244', - 'phone': '+43 2538/8628 – 0', + 'phone': '+43 2538/8628–0', 'email': 'office@tzaustria.com', 'website': 'https://www.glaser-co.at', 'company_registry': 'FN 61793 y', diff --git a/setup/lib/config_tza.py b/setup/lib/config_tza.py index 763239ba..1fcc229b 100644 --- a/setup/lib/config_tza.py +++ b/setup/lib/config_tza.py @@ -17,13 +17,13 @@ class ConfigTZA(Config): 'zip': '2244', 'phone': '+43 2538/8628 – 0', 'email': 'office@tzaustria.com', - 'website': 'https://www.tzaustria.com/', - 'company_registry': 'FN 224119m', + 'website': 'www.tzaustria.com', + 'company_registry': 'FN2244119m', 'country_id': 'at', # 'de' für Deutschland - 'vat': 'ATU 54619104', + 'vat': 'ATU 546 19 104', 'vat_check_vies': True, 'logo': '../ext/custom-addons/dp_custom/static/src/img/logo.png', - 'eori_nr': 'ATEOS 100011273', + 'eori_nr': 'ATEOS1 0000 11273', #'favicon_backend': '../ext/custom-addons/dp_custom/static/src/img/favicon.ico', #'favicon_backend_mimetype': 'image/x-icon' }