Browse Source

Bugfix Zahlenformat hs_nr #5

(cherry picked from commit 7f61ebaf35)
sxc_0.3_Release
Daniel Quathamer 2 months ago
parent
commit
43fdd19d31
  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