add ticket controller fix, change version to -0.0.92
This commit is contained in:
parent
88db9de462
commit
a556c605a8
@ -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
|
-0.0.91
|
||||||
- invalidate door log changes
|
- invalidate door log changes
|
||||||
-0.0.90
|
-0.0.90
|
||||||
|
|||||||
@ -5,7 +5,7 @@ return [
|
|||||||
'supportEmail' => 'rocho02@gmail.com',
|
'supportEmail' => 'rocho02@gmail.com',
|
||||||
'infoEmail' => 'info@rocho-net.hu',
|
'infoEmail' => 'info@rocho-net.hu',
|
||||||
'user.passwordResetTokenExpire' => 3600,
|
'user.passwordResetTokenExpire' => 3600,
|
||||||
'version' => 'v0.0.91',
|
'version' => 'v0.0.92',
|
||||||
'company' => 'movar',//gyor
|
'company' => 'movar',//gyor
|
||||||
'company_name' => "Freimann Kft.",
|
'company_name' => "Freimann Kft.",
|
||||||
'product_visiblity' => 'account',// on reception which products to display. account or global
|
'product_visiblity' => 'account',// on reception which products to display. account or global
|
||||||
|
|||||||
@ -25,9 +25,9 @@ class TicketController extends Controller {
|
|||||||
$result = $command->execute ();
|
$result = $command->execute ();
|
||||||
\Yii::info ( "Tickets updated flag door: " . $result );
|
\Yii::info ( "Tickets updated flag door: " . $result );
|
||||||
|
|
||||||
// $command = $connection->createCommand ( Ticket::$SQL_UPDATE );
|
$command = $connection->createCommand ( Ticket::$SQL_UPDATE );
|
||||||
// $result = $command->execute ();
|
$result = $command->execute ();
|
||||||
// \Yii::info ( "Tickets updated: " . $result );
|
\Yii::info ( "Tickets updated: " . $result );
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// $command = $connection->createCommand ( Card::$SQL_FIX_KEY_STATUS );
|
// $command = $connection->createCommand ( Card::$SQL_FIX_KEY_STATUS );
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user