Installer script to remove the customer attribute & data by code.
[php]
$setup = Mage::getModel('customer/entity_setup', 'core_setup');
$attributeId = $setup->getAttributeId('customer'...
Installer script to remove the customer attribute & data by code.
[php]
$setup = Mage::getModel('customer/entity_setup', 'core_setup');
$attributeId = $setup->getAttributeId('customer'...