Merge branch 'master' into hotfix_hasDocuware_call
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2025-05-21 07:33:11 +00:00
commit b99a0e73c5
2 changed files with 2 additions and 1 deletions

View File

@ -446,7 +446,7 @@ onMounted(async () => {
<QTh auto-width>{{ t('globals.description') }}</QTh>
<QTh auto-width>{{ t('globals.created') }}</QTh>
<QTh auto-width>{{ t('ticket.summary.requester') }}</QTh>
<QTh auto-width>{{ t('ticket.summary.attender') }}</QTh>
<QTh auto-width>{{ t('ticket.summary.atender') }}</QTh>
<QTh auto-width>{{ t('globals.quantity') }}</QTh>
<QTh auto-width>{{ t('globals.price') }}</QTh>
<QTh auto-width>{{ t('globals.item') }}</QTh>

View File

@ -148,6 +148,7 @@ const onDeletedEvent = (timestamp) => {
// Si el evento que eliminamos se encontraba dentro de un dia festivo, volvemos a agregar el evento festivo
if (festiveEventsMap.value[timestamp])
eventsMap.value[timestamp] = festiveEventsMap.value[timestamp];
refreshData();
};
const activeContractRef = ref(null);