Guest User

Untitled

a guest
Jun 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $installer = Mage::getModel('customer/entity_setup', 'core_setup');
  2. $installer->startSetup();
  3. $installer->updateAttribute('customer_address','telephone', 'is_required', 0);
  4. $installer->endSetup();
Add Comment
Please, Sign In to add comment