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 );