c46482da by Jeremy Groot

fix to broker contact

1 parent a2240743
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
2 2
3 3
4 $individual_assignments = get_field('assignments', 'option'); 4 $individual_assignments = get_field('assignments', 'option');
5 $user_broker_id = get_user_meta(7525, 'broker_id', true); 5 $user_broker_id = get_user_meta(get_current_user_id(), 'broker_id', true);
6 6 // var_dump($user_broker_id);exit;
7 $farm_team_1 = get_field('farm_team_1', 'option'); 7 $farm_team_1 = get_field('farm_team_1', 'option');
8 $farm_team_2 = get_field('farm_team_2', 'option'); 8 $farm_team_2 = get_field('farm_team_2', 'option');
9 $commercial_team_1 = get_field('commercial_team_1', 'option'); 9 $commercial_team_1 = get_field('commercial_team_1', 'option');
......