add daily listing by paid_by, add customer cart details

This commit is contained in:
2016-01-27 09:01:02 +01:00
parent 9fb349ee64
commit 2291ca5ff4
28 changed files with 577 additions and 81 deletions

View File

@@ -27,13 +27,11 @@ $this->params['breadcrumbs'][] = $this->title;
],
[
'attribute' => 'id_user',
'value' => $model->username
'value' => $model->username,
'label' => 'Felhasználó'
],
'id_partner_card',
'id_proposer',
'name',
'email:email',
'password',
'phone',
[
'attribute' => 'sex',
@@ -44,8 +42,14 @@ $this->params['breadcrumbs'][] = $this->title;
'image',
'description',
'tax_number',
'bank_name',
'bank_account',
[
'attribute' => 'bank_name',
'label' => 'Bank neve'
],
[
'attribute' => 'bank_account',
'label' => 'Bankszámlaszám'
],
'country',
'zip',
'city',