From 888fba9a37cb44dd769de841e2104fd3d30f0c19 Mon Sep 17 00:00:00 2001 From: Paolo Date: Thu, 19 Oct 2017 16:39:53 +0200 Subject: [PATCH] Bugfix: FAS employees export. Now if an address is not present the UDF are correctly displayed --- content/statistik/mitarbeiterexport.xls.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/statistik/mitarbeiterexport.xls.php b/content/statistik/mitarbeiterexport.xls.php index 511cc8a2a..08aa23983 100644 --- a/content/statistik/mitarbeiterexport.xls.php +++ b/content/statistik/mitarbeiterexport.xls.php @@ -167,6 +167,14 @@ foreach ($mitarbeiterDAO->result as $mitarbeiter) } } } + else // if the address is not present for this user + { + $col += 3; + } + } + else // if the address is not present for this user + { + $col += 3; } $col++;