mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
only show addcontact button for personne morale
This commit is contained in:
parent
20d22b726c
commit
c44d962ba8
@ -23,7 +23,7 @@
|
|||||||
:entity="item.result"
|
:entity="item.result"
|
||||||
:options="{ displayLong: true }">
|
:options="{ displayLong: true }">
|
||||||
</badge-entity>
|
</badge-entity>
|
||||||
<on-the-fly
|
<on-the-fly v-if="item.result.kind === 'company'"
|
||||||
v-bind:parent="item.result"
|
v-bind:parent="item.result"
|
||||||
action="addContact"
|
action="addContact"
|
||||||
></on-the-fly>
|
></on-the-fly>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user