Skip to content

Commit

Permalink
Merge branch '3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Jun 14, 2023
2 parents 3514a8b + e564134 commit dea2df9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/admin/models/config/orders_model.php
Expand Up @@ -150,10 +150,12 @@
],
'telephone' => [
'label' => 'lang:admin::lang.customers.label_telephone',
'searchable' => true,
'invisible' => true,
],
'email' => [
'label' => 'lang:admin::lang.label_email',
'searchable' => true,
'invisible' => true,
],
'updated_at' => [
Expand Down
2 changes: 2 additions & 0 deletions app/admin/models/config/reservations_model.php
Expand Up @@ -128,10 +128,12 @@
],
'telephone' => [
'label' => 'lang:admin::lang.customers.label_telephone',
'searchable' => true,
'invisible' => true,
],
'email' => [
'label' => 'lang:admin::lang.label_email',
'searchable' => true,
'invisible' => true,
],
];
Expand Down

0 comments on commit dea2df9

Please sign in to comment.