try to replace the code inside function
bweb_display_col_custom_event_fields($val, $col, $EM_Booking, $EM_Bookings_Table, $csv) with this:
if( $col == ‘user_company’ ){
return $EM_Booking->booking_meta[‘registration’][‘user_company’];
}
This works for me. ^.^
-
This reply was modified 8 years, 5 months ago by sasuake.
-
This reply was modified 8 years, 5 months ago by sasuake.