Fix latest merge

This commit is contained in:
Nicolas Le Goff
2014-06-19 16:11:27 +02:00
parent a8da584666
commit 1250f8ab0b
60 changed files with 880 additions and 2417 deletions

View File

@@ -13,7 +13,7 @@
</div>
{% set business = app['acl'].get(app['authentication'].getUser()).has_right_on_base(record.get_base_id(), 'canmodifrecord') %}
{% if record.is_from_reg() %}
{{caption.format_caption(record, '', null, null, business, false, true)}}
{{macro.format_caption(record, '', null, null, business, false, true)}}
{% else %}
{{caption.format_caption(record, highlight, searchEngine, searchOptions, business, false, true)}}
{{macro.format_caption(record, highlight, searchEngine, business, false, true)}}
{% endif %}