Merge branch 'master' into hotfix_hasDocuware_call
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
commit
b99a0e73c5
|
@ -446,7 +446,7 @@ onMounted(async () => {
|
||||||
<QTh auto-width>{{ t('globals.description') }}</QTh>
|
<QTh auto-width>{{ t('globals.description') }}</QTh>
|
||||||
<QTh auto-width>{{ t('globals.created') }}</QTh>
|
<QTh auto-width>{{ t('globals.created') }}</QTh>
|
||||||
<QTh auto-width>{{ t('ticket.summary.requester') }}</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.quantity') }}</QTh>
|
||||||
<QTh auto-width>{{ t('globals.price') }}</QTh>
|
<QTh auto-width>{{ t('globals.price') }}</QTh>
|
||||||
<QTh auto-width>{{ t('globals.item') }}</QTh>
|
<QTh auto-width>{{ t('globals.item') }}</QTh>
|
||||||
|
|
|
@ -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
|
// Si el evento que eliminamos se encontraba dentro de un dia festivo, volvemos a agregar el evento festivo
|
||||||
if (festiveEventsMap.value[timestamp])
|
if (festiveEventsMap.value[timestamp])
|
||||||
eventsMap.value[timestamp] = festiveEventsMap.value[timestamp];
|
eventsMap.value[timestamp] = festiveEventsMap.value[timestamp];
|
||||||
|
refreshData();
|
||||||
};
|
};
|
||||||
const activeContractRef = ref(null);
|
const activeContractRef = ref(null);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue