Store different EXT_ID in vsup_ifis service
Created by: zlamalp
- Since EXT_ID must be unique in IFIS, we must use different identifier
for employee relations from VEMA, which counts relations from 0 for
each employee.
Now we concat OSB_ID (UCO) with VZ_CISLO (relation number), resulting
in string like: "
OSB_ID" + "_" + "
VZ_CISLO". - Removed some unused code.
- Moved filling EXT_ID after skipping persons without UCO/OSB_ID to prevent script warnings for uninitialized values.