Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f80514da
authored
2023-11-16 13:41:52 -0500
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix to assignments
1 parent
6f024609
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/commonwell-broker/templates/broker_sidebar.php
wp-content/themes/commonwell-broker/templates/broker_sidebar.php
View file @
f80514d
...
...
@@ -8,7 +8,7 @@
$farm_team_2
=
get_field
(
'farm_2'
,
'option'
);
$commercial_team_1
=
get_field
(
'comm_1'
,
'option'
);
$commercial_team_2
=
get_field
(
'comm_2'
,
'option'
);
$commercial_team_3
=
get_field
(
'comm
e
_3'
,
'option'
);
$commercial_team_3
=
get_field
(
'comm_3'
,
'option'
);
// var_dump($commercial_team_2);exit;
$assignment_arr
=
[[
'indep'
=>
[],
'personal'
=>
[],
'farm'
=>
[],
'commercial'
=>
[]]];
...
...
Please
register
or
sign in
to post a comment