Add new flag / flag_out logick

This commit is contained in:
2016-09-25 13:32:27 +02:00
parent d46e717b53
commit 0ad2dafdeb
19 changed files with 389 additions and 29 deletions

View File

@@ -90,6 +90,14 @@ class CardController extends Controller
'dataProvider' => $dataProvider,
]);
}
public function actionInfo($id_card){
$card = $this->findModel($id_card);
return $this->render("info",['card' => $card]);
}