add contract started_at field

This commit is contained in:
2016-03-03 07:57:17 +01:00
parent b2c1cc0a6d
commit fd4122a983
13 changed files with 222 additions and 16 deletions

View File

@@ -75,6 +75,11 @@ $this->params['breadcrumbs'][] = $this->title;
'label' =>'Létrehozva',
'format' => 'date'
],
[
'attribute' => 'contract_started_at' ,
'label' =>'Érvényes tól',
'format' => 'date'
],
[
'attribute' => 'contract_expired_at' ,
'label' =>'Lejárat',