add daily listing by paid_by, add customer cart details
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user