bugfixes in studentDBDML.php

added prestudent_id to cis/private/pdfExport.php
This commit is contained in:
Andreas Moik
2016-06-10 14:39:57 +02:00
parent 27e5b1cdb6
commit b4e93ecfe0
5 changed files with 56 additions and 38 deletions
+2
View File
@@ -83,6 +83,8 @@ if(isset($_GET['person_id']))
$params.='&person_id='.$_GET['person_id'];
if(isset($_GET['buchungsnummern']))
$params.='&buchungsnummern='.$_GET['buchungsnummern'];
if(isset($_GET['prestudent_id']))
$params.='&prestudent_id='.$_GET['prestudent_id'];
if(isset($_GET['stg_kz']))
$params.='&stg_kz='.$_GET['stg_kz'];
if(isset($_GET['ss']))