9ad8e1b1 by Jeremy Groot

put back

1 parent c46482da
...@@ -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(get_current_user_id(), 'broker_id', true); 5 $user_broker_id = get_user_meta(7525, 'broker_id', true);
6 // var_dump($user_broker_id);exit; 6
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');
......