add small keytoggleform changes

This commit is contained in:
Roland Schneider 2017-03-19 15:38:16 +01:00
parent 04c9af29b9
commit 208744e958

View File

@ -85,7 +85,7 @@ class KeyToggleForm extends Model
Log::log([ Log::log([
'type' =>Log::$TYPE_KEY_ASSIGN, 'type' =>Log::$TYPE_KEY_ASSIGN,
'message' => 'Kulcs visszaadás - Kártya/Kulcs/Vendég:' .$this->keyCard->number ."/" .$this->keyModel->number . "/".$this->keyCard->customer->name, 'message' => 'Kulcs visszaadás - Kártya/Kulcs/Vendég:' .$this->keyCard->number ."/" .$this->keyModel->number . "/".$this->keyCard->customer->name,
'id_key' => $this->keyCard->id_card, 'id_key' => $this->keyModel->id_key,
'id_customer' => $this->keyCard->customer->id_customer 'id_customer' => $this->keyCard->customer->id_customer
]); ]);
DoorLog::mkDoorLog(-1,$this->keyCard,$this->keyCard->customer,$this->keyModel ); DoorLog::mkDoorLog(-1,$this->keyCard,$this->keyCard->customer,$this->keyModel );