mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
Bugfix: FAS employees export. Now if an address is not present the UDF are correctly displayed
This commit is contained in:
@@ -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++;
|
$col++;
|
||||||
|
|||||||
Reference in New Issue
Block a user