add editable giro pay date
This commit is contained in:
@@ -112,7 +112,7 @@ class TicketInstallmentRequestController extends Controller
|
||||
{
|
||||
$model = new GiroKotegForm();
|
||||
|
||||
if ($model->load(Yii::$app->request->post()) ) {
|
||||
if ($model->load(Yii::$app->request->post()) && $model->validate() ) {
|
||||
$model->createKoteg();
|
||||
return $this->redirect(['ugiro/view', 'id' => $model->koteg->id_ugiro]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user