minor bug fix for view page of thirdparty property 'types' -> 'thirdPartyTypes'

This commit is contained in:
Julie Lenaerts 2022-01-12 13:52:26 +01:00
parent 15342f85d3
commit c1232037a9

View File

@ -50,7 +50,7 @@
<dt>{{ 'thirdparty.Categories'|trans }}</dt>
{% set types = [] %}
{% for t in thirdParty.types %}
{% for t in thirdParty.thirdPartyTypes %}
{% set types = types|merge( [ ('chill_3party.key_label.'~t)|trans ] ) %}
{% endfor %}
{% for c in thirdParty.categories %}