Skip to content

Commit

Permalink
Merge pull request #576: fix: job list throws exception
Browse files Browse the repository at this point in the history
* pr-576:
  fix(Jobs): misspelled view helper alias
  • Loading branch information
TiSiE committed Jun 12, 2020
2 parents 265693e + 607a786 commit b5030a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Jobs/view/jobs/index/index.ajax.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $isSnapshot = $job->hasSnapshotDraft();
<small><?=$job->getClassifications()->getProfessions()?></small> |
<small><?=$job->getClassifications()->getEmploymentTypes()?></small>
</td>
<td><?php echo $this->formatLoaction($job->getLocations())?></td>
<td><?php echo $this->formatLocation($job->getLocations())?></td>
<td><?php echo $job->getCompany()?></td>
<td><?php echo empty($job->getReference())? $job->getApplyId():$job->getReference() ?></td>

Expand Down

0 comments on commit b5030a1

Please sign in to comment.