From 429b9ccaf83c8bab5798e623a74ea92ff2e33cb0 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Sun, 19 Mar 2017 15:29:01 +0100 Subject: [PATCH] small key toggle fix, add empty message file waste.php --- common/messages/hu/common/waste.php | 20 ++++++++++++++++++++ doc/cutler.teamviewer.txt | 2 ++ frontend/models/KeyToggleForm.php | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 common/messages/hu/common/waste.php create mode 100644 doc/cutler.teamviewer.txt diff --git a/common/messages/hu/common/waste.php b/common/messages/hu/common/waste.php new file mode 100644 index 0000000..ea98afb --- /dev/null +++ b/common/messages/hu/common/waste.php @@ -0,0 +1,20 @@ +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->card->id_card, + 'id_key' => $this->keyCard->id_card, 'id_customer' => $this->keyCard->customer->id_customer ]); DoorLog::mkDoorLog(-1,$this->keyCard,$this->keyCard->customer,$this->keyModel );