fade-out customer address (#5749)

This commit is contained in:
Kevin Papst
2025-12-27 17:53:03 +01:00
committed by GitHub
parent 5a0c783a76
commit 9e87fc131b
5 changed files with 7 additions and 7 deletions

View File

@@ -16,14 +16,14 @@ class CustomerQuery extends BaseQuery implements VisibilityInterface
public const CUSTOMER_ORDER_ALLOWED = [
'name',
'description' => 'comment',
'country', 'number',
'country',
'number',
'homepage',
'email',
'mobile',
'fax',
'phone',
'currency',
'address',
'contact',
'company',
'vat_id',