forked from verdnatura/salix-front
chore: refs #7663 drop useless code
This commit is contained in:
parent
f9adc49284
commit
5cc1d0cec4
|
@ -170,15 +170,10 @@ async function sendSms(body) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function openConfirmDialog(callback) {
|
function openConfirmDialog(callback) {
|
||||||
const message =
|
|
||||||
callback == 'setWeight'
|
|
||||||
? t('Es posible que se facture este ticket, desea continuar?')
|
|
||||||
: undefined;
|
|
||||||
dialog({
|
dialog({
|
||||||
component: VnConfirm,
|
component: VnConfirm,
|
||||||
componentProps: {
|
componentProps: {
|
||||||
promise: actions[callback],
|
promise: actions[callback],
|
||||||
message,
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue