diff --git a/Setup/Patch/Data/PhoneSMSCustomerAttribute.php b/Setup/Patch/Data/PhoneSMSCustomerAttribute.php index 2c3b3359..92ee2fc1 100644 --- a/Setup/Patch/Data/PhoneSMSCustomerAttribute.php +++ b/Setup/Patch/Data/PhoneSMSCustomerAttribute.php @@ -78,11 +78,7 @@ private function addPhoneSMSAttribute() $attribute->setData('used_in_forms', [ 'adminhtml_customer', - 'adminhtml_customer_address', - 'customer_account_edit', - 'customer_address_edit', - 'customer_register_address', - 'customer_account_create' + 'customer_account_edit' ]); $this->attributeResource->save($attribute);