can_manage('manage_bookings','manage_others_bookings') ) { if( $_REQUEST['action'] == 'bookings_add_note' ){ $EM_Booking->add_note($_REQUEST['booking_note']); function em_booking_save_notification(){ global $EM_Booking; ?>
feedback_message; ?>
: event_name); ?>
: get_bookings()->get_booked_spaces() . '/'. $EM_Event->get_spaces() ." ". __('Spaces confirmed','dbem'); ?>
: event_start_time, 0, 5 ) . " - " . substr ( $EM_Event->event_end_time, 0, 5 ); ?>
ticket_name; ?> | ||
ticket_description) ? $EM_Ticket->ticket_description : '-'; ?> | ||
ticket_price) ? $EM_Ticket->ticket_price : '-'; ?> | ||
ticket_spaces) ? $EM_Ticket->ticket_spaces : '-'; ?> | ||
ticket_min) ? $EM_Ticket->ticket_min : '-'; ?> | ||
ticket_max) ? $EM_Ticket->ticket_max : '-'; ?> | ||
ticket_start) ? $EM_Ticket->ticket_start : '-'; ?> | ||
ticket_end) ? $EM_Ticket->ticket_end : '-'; ?> |