From a556c605a8377453b144c0202a3fd357f4d1077f Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Sun, 23 Oct 2016 20:58:26 +0200 Subject: [PATCH] add ticket controller fix, change version to -0.0.92 --- changelog.txt | 4 ++++ common/config/params.php | 2 +- console/controllers/TicketController.php | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 558a8ca..e6afa48 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +-0.0.92 + - account state -> display non casch money + - add towel , search by towel in reception cutomer list + - add change transfer account -0.0.91 - invalidate door log changes -0.0.90 diff --git a/common/config/params.php b/common/config/params.php index e59c152..dd67482 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.0.91', + 'version' => 'v0.0.92', 'company' => 'movar',//gyor 'company_name' => "Freimann Kft.", 'product_visiblity' => 'account',// on reception which products to display. account or global diff --git a/console/controllers/TicketController.php b/console/controllers/TicketController.php index 0df5eef..46b4a91 100644 --- a/console/controllers/TicketController.php +++ b/console/controllers/TicketController.php @@ -25,9 +25,9 @@ class TicketController extends Controller { $result = $command->execute (); \Yii::info ( "Tickets updated flag door: " . $result ); -// $command = $connection->createCommand ( Ticket::$SQL_UPDATE ); -// $result = $command->execute (); -// \Yii::info ( "Tickets updated: " . $result ); + $command = $connection->createCommand ( Ticket::$SQL_UPDATE ); + $result = $command->execute (); + \Yii::info ( "Tickets updated: " . $result ); // // // $command = $connection->createCommand ( Card::$SQL_FIX_KEY_STATUS );