From 7f61ebaf3586c577f2cb676ad879d9e6fd784932 Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Mon, 18 May 2026 08:44:21 +0200 Subject: [PATCH] Bugfix Zahlenformat hs_nr #5 --- src-modules/module/sxc/masken/47200_maskeninfo.unl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-modules/module/sxc/masken/47200_maskeninfo.unl b/src-modules/module/sxc/masken/47200_maskeninfo.unl index c2e2feb..fd950a9 100644 --- a/src-modules/module/sxc/masken/47200_maskeninfo.unl +++ b/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;\ \ select \ -M.hs_nr,\ +M.hs_nr::varchar(255) as hs_nr,\ M.hochschulinfo_name,\ 'Studienjahr' as studienjahr_label,\ '' || jahr as jahr,\