forked from verdnatura/salix-front
fix: remove message when setWeigth ticket
This commit is contained in:
parent
ddfcc0aff5
commit
280a70a145
|
@ -861,6 +861,7 @@ components:
|
||||||
cardDescriptor:
|
cardDescriptor:
|
||||||
mainList: Main list
|
mainList: Main list
|
||||||
summary: Summary
|
summary: Summary
|
||||||
|
moreOptions: More options
|
||||||
leftMenu:
|
leftMenu:
|
||||||
addToPinned: Add to pinned
|
addToPinned: Add to pinned
|
||||||
removeFromPinned: Remove from pinned
|
removeFromPinned: Remove from pinned
|
||||||
|
|
|
@ -676,7 +676,7 @@ async function uploadDocuware(force) {
|
||||||
<VnConfirm
|
<VnConfirm
|
||||||
ref="weightDialog"
|
ref="weightDialog"
|
||||||
:title="t('Set weight')"
|
:title="t('Set weight')"
|
||||||
:message="t('This ticket may be invoiced, do you want to continue?')"
|
:message="false"
|
||||||
:promise="actions.setWeight"
|
:promise="actions.setWeight"
|
||||||
>
|
>
|
||||||
<template #customHTML>
|
<template #customHTML>
|
||||||
|
@ -741,7 +741,6 @@ es:
|
||||||
Ticket invoiced: Ticket facturado
|
Ticket invoiced: Ticket facturado
|
||||||
Set weight: Establecer peso
|
Set weight: Establecer peso
|
||||||
Weight set: Peso establecido
|
Weight set: Peso establecido
|
||||||
This ticket may be invoiced, do you want to continue?: Es posible que se facture este ticket, desea continuar?
|
|
||||||
invoiceIds: "Se han generado las facturas con los siguientes ids: {invoiceIds}"
|
invoiceIds: "Se han generado las facturas con los siguientes ids: {invoiceIds}"
|
||||||
This ticket will be removed from current route! Continue anyway?: ¡Se eliminará el ticket de la ruta actual! ¿Continuar de todas formas?
|
This ticket will be removed from current route! Continue anyway?: ¡Se eliminará el ticket de la ruta actual! ¿Continuar de todas formas?
|
||||||
You are going to delete this ticket: Vas a eliminar este ticket
|
You are going to delete this ticket: Vas a eliminar este ticket
|
||||||
|
|
Loading…
Reference in New Issue