add backed transfer list chages. Add conffir dkailogsW

This commit is contained in:
2016-07-13 18:37:41 +02:00
parent 3e3cd83945
commit a580b3d295
11 changed files with 514 additions and 168 deletions

View File

@@ -76,9 +76,6 @@ class TicketController extends \backend\controllers\BackendController {
$searchModel->ticketTypes = TicketType::read ();
}
if ( $searchModel->output == 'pdf' ){
return $this->downloadIndexPdf($searchModel,$dataProvider);
}else if ( $searchModel->output == 'xls'){