- fix zona provinciale
- email abilitazione circuito: invio email ad admin - admin che abilita la fiducia cliccando sul bottone
This commit is contained in:
@@ -4226,9 +4226,13 @@ export const tools = {
|
||||
//T_TOLTO
|
||||
|
||||
if (short) {
|
||||
return t('ws.siteshortname');
|
||||
return translate('ws.siteshortname');
|
||||
}
|
||||
return t('ws.sitename');
|
||||
return translate('ws.sitename');
|
||||
},
|
||||
|
||||
sitename() {
|
||||
return this.getappname()
|
||||
},
|
||||
|
||||
getproc() {
|
||||
@@ -9205,13 +9209,13 @@ export const tools = {
|
||||
if (field) {
|
||||
const mycol = fieldsTable.getColByTable(tablesel, field);
|
||||
if (mycol) {
|
||||
console.log(
|
||||
/*console.log(
|
||||
'remote_table = ',
|
||||
mycol.remote_table,
|
||||
'remote_key',
|
||||
mycol.remote_key
|
||||
);
|
||||
console.log('ROW', row);
|
||||
console.log('ROW', row);*/
|
||||
return tools.getValueByRemoteField(mycol, row);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user