Bugfix: FAS employees export. Now if an address is not present the UDF are correctly displayed

This commit is contained in:
Paolo
2017-10-19 16:39:53 +02:00
parent c205a484a8
commit 888fba9a37
@@ -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++;