mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 01:12:17 +00:00
- UID bei Zutrittskarten / Betriebsmittel mitspeichern
- GUI zum Zuweisen von neuen Karten
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user