Browse Source

Bugfix Zahlenformat hs_nr #5

master
Daniel Quathamer 2 months ago
parent
commit
7f61ebaf35
  1. 2
      src-modules/module/sxc/masken/47200_maskeninfo.unl

2
src-modules/module/sxc/masken/47200_maskeninfo.unl

@ -141,7 +141,7 @@ drop table if exists tmp_stud;\
drop table if exists tmp_sos_sos;\ drop table if exists tmp_sos_sos;\
\ \
select \ select \
M.hs_nr,\ M.hs_nr::varchar(255) as hs_nr,\
M.hochschulinfo_name,\ M.hochschulinfo_name,\
'Studienjahr' as studienjahr_label,\ 'Studienjahr' as studienjahr_label,\
'' || jahr as jahr,\ '' || jahr as jahr,\

Loading…
Cancel
Save