Fix hide reception cart
- add property user_cart_on - add property product_sale_default_focus - add property ticket_create-price_editable - add discount product/ticket enabled
This commit is contained in:
@@ -33,8 +33,17 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
[
|
||||
'attribute' => 'type',
|
||||
'value' => 'typeHuman',
|
||||
],
|
||||
[
|
||||
'attribute' => 'ticket_enabled',
|
||||
'value' => 'ticketEnabledHuman',
|
||||
],
|
||||
[
|
||||
'attribute' => 'product_enabled',
|
||||
'value' => 'procutEnabledHuman',
|
||||
],
|
||||
'value',
|
||||
|
||||
'created_at:datetime',
|
||||
'updated_at:datetime',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user