Skip to content

Commit

Permalink
set default NAICS to 78.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed May 19, 2020
1 parent 6d7d6af commit 3cfa6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/default.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $metaRep = $this->services('repositories')->get(JobMetaData::class);
<HiringOrg>
<HiringOrgName><![CDATA[<?php echo mb_substr($job->getOrganization()->getOrganizationName()->getName(),0, 90) ?>]]></HiringOrgName>
<Industry>
<NAICS>78.30.0</NAICS>
<NAICS>78.10.0</NAICS>
</Industry>
<Contact>
<Salutation>1</Salutation>
Expand Down

0 comments on commit 3cfa6f4

Please sign in to comment.