- UID bei Zutrittskarten / Betriebsmittel mitspeichern

- GUI zum Zuweisen von neuen Karten
This commit is contained in:
Andreas Österreicher
2012-06-25 14:04:52 +00:00
parent 7624f3c31b
commit 0fd4f0c0c3
12 changed files with 582 additions and 1315 deletions
+1
View File
@@ -1914,6 +1914,7 @@ if(!$error)
$bmp->kaution = trim(str_replace(',','.',$_POST['kaution']));
$bmp->ausgegebenam = $_POST['ausgegebenam'];
$bmp->retouram = $_POST['retouram'];
$bmp->uid = $_POST['uid'];
if($bmp->save())
{