You are here

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

1 string reference to 'merci_reservation_customer_profile_form_wrapper'
merci_reservation_menu_alter in merci_reservation/merci_reservation.module

File

merci_reservation/merci_reservation.module, line 78

Code

function merci_reservation_customer_profile_form_wrapper($profile) {
  $entities = array(
    $profile,
  );
  return entity_view('commerce_customer_profile', $entities);
}