From: Moritz Bunkus <m.bunkus@linet-services.de>
Date: Fri, 22 Dec 2006 09:23:58 +0000 (+0000)
Subject: Es wurden nur drei Variablen umbenannt. Die anderen hießen bereits "employee_*".
X-Git-Tag: release-2.4.1~1^2~122
X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b2d25ceacbbb184a38200915e5c6da68da872199;p=kivitendo-erp.git

Es wurden nur drei Variablen umbenannt. Die anderen hießen bereits "employee_*".
---

diff --git a/doc/UPGRADE b/doc/UPGRADE
index 5a836b9d8..b56650fa2 100644
--- a/doc/UPGRADE
+++ b/doc/UPGRADE
@@ -118,9 +118,6 @@ Einige Variablen, die in Dokumentenvorlagen verwendet werden, mussten
 aufgrund von Namenskonflikten umbenannt werden. Dazu gehören:
 
 * Adress- und Kontaktinformationen des angemeldeten Mitarbeiters. Die
-  Variablen "email", "tel", "fax", "name", "signature", "company",
-  "address" und "businessnumber" haben alle einen Präfix "employee_"
-  bekommen und heißen nun "employee_email", "employee_tel",
-  "employee_fax", "employee_name", "employee_signature",
-  "employee_company", "employee_address" und
-  "employee_businessnumber".
+  Variablen "company", "address" und "businessnumber" haben alle einen
+  Präfix "employee_" bekommen und heißen nun "employee_company",
+  "employee_address" und "employee_businessnumber".