Compare commits

...

1 Commits

Author SHA1 Message Date
Daniel Quathamer 43fdd19d31 Bugfix Zahlenformat hs_nr #5 2 months ago
  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;\ @@ -141,7 +141,7 @@ drop table if exists tmp_stud;\
drop table if exists tmp_sos_sos;\
\
select \
M.hs_nr,\
M.hs_nr::varchar(255) as hs_nr,\
M.hochschulinfo_name,\
'Studienjahr' as studienjahr_label,\
'' || jahr as jahr,\

Loading…
Cancel
Save