diff --git a/changelog.txt b/changelog.txt index a8d80c5..1870c0a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +-0.1.01 + - add small keytoggleform fix -0.1.00 - fix admin delete contract method -0.0.99 diff --git a/common/config/params.php b/common/config/params.php index 27363fb..8c86151 100644 --- a/common/config/params.php +++ b/common/config/params.php @@ -5,7 +5,7 @@ return [ 'supportEmail' => 'rocho02@gmail.com', 'infoEmail' => 'info@rocho-net.hu', 'user.passwordResetTokenExpire' => 3600, - 'version' => 'v0.1.00', + 'version' => 'v0.1.01', 'company' => 'movar',//gyor 'company_name' => "Freimann Kft.", 'product_visiblity' => 'account',// on reception which products to display. account or global 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->keyModel->id_key, 'id_customer' => $this->keyCard->customer->id_customer ]); DoorLog::mkDoorLog(-1,$this->keyCard,$this->keyCard->customer,$this->keyModel );