You are here

function merci_commerce_commerce_customer_profile_type_info_alter in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

File

merci_commerce/merci_commerce.module, line 33

Code

function merci_commerce_commerce_customer_profile_type_info_alter(&$profile_types) {
  foreach ($profile_types as $key => $profile_type) {
    $profile_types[$key]['label_callback'] = 'merci_commerce_commerce_customer_profile_default_label';
  }
}