Guest User

Untitled

a guest
Dec 12th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2. $installer = $this;
  3. $installer->startSetup();
  4. $installer->updateAttribute('customer', 'sge_fonepri', 'frontend_label', 'Telefone Residencial');
  5. $installer->updateAttribute('customer', 'sge_fonesec', 'frontend_label', 'Telefone Celular');
  6. $installer->updateAttribute('customer', 'sge_fonesec', 'is_required', 1);
  7. $installer->endSetup();
Add Comment
Please, Sign In to add comment