Skip to content
Snippets Groups Projects
Commit ca8294ec authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[BUGFIX] Wrong conditions hideByPostal

parent 04be0b6e
No related branches found
No related tags found
No related merge requests found
...@@ -63,8 +63,8 @@ ...@@ -63,8 +63,8 @@
</p> </p>
</f:if> </f:if>
</f:if> </f:if>
<f:if condition="{job.hideApplyByPostal}"> <f:if condition="!{job.hideApplyByPostal}">
<f:if condition="{job.contact.email} && !{job.contact.hideInFrontend}"> <f:if condition="{job.contact} && !{job.contact.hideInFrontend}">
<h3><f:translate key="frontend.apply_by_mail" /></h3> <h3><f:translate key="frontend.apply_by_mail" /></h3>
<p> <p>
{job.company.name} {job.company.name}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment