feat: refs #8647 remove

This commit is contained in:
Javier Segarra 2025-02-28 13:59:06 +01:00
parent f0b3ae3ada
commit 2acbe53788
2 changed files with 2 additions and 5 deletions

View File

@ -58,10 +58,7 @@ function ticketFilter(ticket) {
<template #value>
<span class="link">
{{ entity.clientFk }}
<CustomerDescriptorProxy
v-if="entity.client?.id"
:id="entity.client.id"
/>
<CustomerDescriptorProxy :id="entity.client?.id" />
</span>
</template>
</VnLv>

View File

@ -42,7 +42,7 @@ const transferRef = ref(null);
/>
</div>
<div class="flex column items-center q-ma-lg" v-else>
<div v-else>
<TicketTransfer
ref="transferRef"
:ticket="$props.ticket"