update
This commit is contained in:
@@ -1728,8 +1728,8 @@ const msg_it = {
|
|||||||
descr: 'Descrizione',
|
descr: 'Descrizione',
|
||||||
internal: 'Interno',
|
internal: 'Interno',
|
||||||
note: 'Note',
|
note: 'Note',
|
||||||
fromUserId: 'Mittente',
|
fromUsername: 'Mittente',
|
||||||
toUserId: 'Destinatario',
|
toUsername: 'Destinatario',
|
||||||
orderscart: 'Ordine',
|
orderscart: 'Ordine',
|
||||||
confirmed: 'Confermato',
|
confirmed: 'Confermato',
|
||||||
causale: 'Causale',
|
causale: 'Causale',
|
||||||
|
|||||||
@@ -2395,8 +2395,8 @@ export const colTableCash = [
|
|||||||
fieldtype: costanti.FieldType.select,
|
fieldtype: costanti.FieldType.select,
|
||||||
jointable: 'cashcategory',
|
jointable: 'cashcategory',
|
||||||
}),
|
}),
|
||||||
AddCol({ name: 'fromUserId', label_trans: 'cash.fromUserId', fieldtype: costanti.FieldType.select, jointable: 'users' }),
|
AddCol({ name: 'fromUsername', label_trans: 'cash.fromUsername', fieldtype: costanti.FieldType.string }),
|
||||||
AddCol({ name: 'toUserId', label_trans: 'cash.toUserId', fieldtype: costanti.FieldType.select, jointable: 'users' }),
|
AddCol({ name: 'toUsername', label_trans: 'cash.toUsername', fieldtype: costanti.FieldType.string }),
|
||||||
AddCol({ name: 'idOrdersCart', label_trans: 'cash.orderscart', fieldtype: costanti.FieldType.select, jointable: 'orderscart' }),
|
AddCol({ name: 'idOrdersCart', label_trans: 'cash.orderscart', fieldtype: costanti.FieldType.select, jointable: 'orderscart' }),
|
||||||
AddCol({ name: 'type', label_trans: 'cash.type', fieldtype: costanti.FieldType.select, jointable: toolsext.TABTYPECASH }),
|
AddCol({ name: 'type', label_trans: 'cash.type', fieldtype: costanti.FieldType.select, jointable: toolsext.TABTYPECASH }),
|
||||||
AddCol({
|
AddCol({
|
||||||
|
|||||||
Reference in New Issue
Block a user