Guest User

Untitled

a guest
Mar 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Mage::getSingleton('eav/config')
  2. ->getAttribute('customer', $attr_code)
  3. ->setData('used_in_forms', [$form_code])
  4. ->save();
Add Comment
Please, Sign In to add comment