add reception customer search, fix reception ticket types, fix card number routing, timezone changes
This commit is contained in:
@@ -81,6 +81,16 @@ class CardController extends Controller
|
||||
echo Json::encode ( $out );
|
||||
}
|
||||
|
||||
public function actionIndex(){
|
||||
$searchModel = new \common\models\CardSearch();
|
||||
$dataProvider = $searchModel->search(Yii::$app->request->queryParams);
|
||||
|
||||
return $this->render('index', [
|
||||
'searchModel' => $searchModel,
|
||||
'dataProvider' => $dataProvider,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user