add small keytoggleform changes
This commit is contained in:
parent
04c9af29b9
commit
208744e958
@ -85,7 +85,7 @@ class KeyToggleForm extends Model
|
||||
Log::log([
|
||||
'type' =>Log::$TYPE_KEY_ASSIGN,
|
||||
'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
|
||||
]);
|
||||
DoorLog::mkDoorLog(-1,$this->keyCard,$this->keyCard->customer,$this->keyModel );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user