Add ContractForm, Add contract pdf, Add Display all Transfer option
This commit is contained in:
@@ -19,6 +19,10 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
|
||||
<?php // echo $this->render('_search', ['model' => $searchModel]); ?>
|
||||
|
||||
<?php
|
||||
|
||||
echo Html::a( "Új szerződés",['contract/make' , 'id' => $searchModel->customer->id_customer ], ['class' => 'btn btn-success'])
|
||||
?>
|
||||
|
||||
<?= GridView::widget([
|
||||
'dataProvider' => $dataProvider,
|
||||
|
||||
Reference in New Issue
Block a user