- fix zona provinciale

- email abilitazione circuito: invio email ad admin
- admin che abilita la fiducia cliccando sul bottone
This commit is contained in:
Surya Paolo
2025-11-27 23:51:43 +01:00
parent 1bd41058a6
commit cfb830a0ad
19 changed files with 710 additions and 79 deletions

View File

@@ -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);
}
}