This commit is contained in:
Surya Paolo
2024-02-16 14:43:01 +01:00
parent 26e17f3398
commit 713dfaaeac

View File

@@ -356,7 +356,7 @@ export default defineComponent({
const statusStr = shared_consts.getStatusStr(status) const statusStr = shared_consts.getStatusStr(status)
$q.dialog({ $q.dialog({
message: 'Impostare l\'ordine n. ' + order.numorder + ' ' + statusStr + ' ?', message: 'Impostare l\'ordine di ' + tools.getNomeUtenteByRecUser(order.user!) + ' n. ' + order.numorder + ' ' + statusStr + ' ?',
ok: { ok: {
label: t('dialog.yes'), label: t('dialog.yes'),
push: true push: true