- fix scelta provincia (il bottone Avanti non veniva disabilitato).

- Se non scelgo la provincia, non deve farmi vedere la App...
This commit is contained in:
Surya Paolo
2024-03-28 20:25:48 +01:00
parent de13c42f8b
commit 970428a359
10 changed files with 3592560 additions and 17 deletions

View File

@@ -1437,8 +1437,7 @@ async function local_sendMsgTelegramToTheManagers(
if (username_bo)
username = username_bo;
text = emo.ROBOT_FACE + ': Da ' + msg.chat.first_name + ' ' +
msg.chat.last_name + ' (' + username + '): \n' + text;
text = emo.ROBOT_FACE + ': Da ' + tools.getNomeCognomeTelegram(msg) + ' (' + username + '): \n' + text;
tools.writeEventsLog(text);
if (usersmanagers) {