nome
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user