only show addcontact button for personne morale

This commit is contained in:
Julie Lenaerts 2022-01-19 11:00:53 +01:00
parent 20d22b726c
commit c44d962ba8

View File

@ -23,7 +23,7 @@
:entity="item.result"
:options="{ displayLong: true }">
</badge-entity>
<on-the-fly
<on-the-fly v-if="item.result.kind === 'company'"
v-bind:parent="item.result"
action="addContact"
></on-the-fly>