fix to assignments
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
| 8 | $farm_team_2 = get_field('farm_2', 'option'); | 8 | $farm_team_2 = get_field('farm_2', 'option'); |
| 9 | $commercial_team_1 = get_field('comm_1', 'option'); | 9 | $commercial_team_1 = get_field('comm_1', 'option'); |
| 10 | $commercial_team_2 = get_field('comm_2', 'option'); | 10 | $commercial_team_2 = get_field('comm_2', 'option'); |
| 11 | $commercial_team_3 = get_field('comme_3', 'option'); | 11 | $commercial_team_3 = get_field('comm_3', 'option'); |
| 12 | // var_dump($commercial_team_2);exit; | 12 | // var_dump($commercial_team_2);exit; |
| 13 | 13 | ||
| 14 | $assignment_arr = [['indep'=>[],'personal'=>[],'farm'=>[],'commercial'=>[]]]; | 14 | $assignment_arr = [['indep'=>[],'personal'=>[],'farm'=>[],'commercial'=>[]]]; | ... | ... |
-
Please register or sign in to post a comment