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