Browse Source

Restrictions für 47060

master
Marlies Winterstein 6 months ago
parent
commit
91d38e6d67
  1. 7
      src-modules/module/sxc/schluesseltabellen/xcube_install_restrictions.sql

7
src-modules/module/sxc/schluesseltabellen/xcube_install_restrictions.sql

@ -7,3 +7,10 @@ update xcube set restriction='1=1
/* and trim(auspraegung_code_2) = <<Nationalität>> */ /* and trim(auspraegung_code_2) = <<Nationalität>> */
' where maskeninfo_id=47030; ' where maskeninfo_id=47030;
update xcube set restriction='1=1
/* and semester >= <<Seit Semester>> */
/*and semester <= <<Bis Semester>>*/
/* and hs_nr::char(20) in <@printkeys Hochschule.allNeededKeysList /> --<<Hochschule>> */
' where maskeninfo_id=47060;
Loading…
Cancel
Save