sreichel/magento-StackExchange_RequiredTelephone

View on GitHub
src/app/code/community/StackExchange/RequiredTelephone/sql/stackexchange_required_telephone_setup/mysql4-install-0.0.1.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/* @var Mage_Customer_Model_Entity_Setup $installer */
$installer = Mage::getModel('customer/entity_setup', 'core_setup');

$installer->startSetup();
$installer->updateAttribute('customer_address', 'telephone', 'is_required', 0);
$installer->endSetup();