++ aggiunta la prenotazione negli eventi. con la lista degli utenti.
This commit is contained in:
@@ -299,6 +299,7 @@ module.exports = {
|
||||
locale: lang,
|
||||
nomeapp: tools.getNomeAppByIdApp(idapp),
|
||||
emailto: emailto,
|
||||
msgbooking: '',
|
||||
participants: '',
|
||||
participantsLunch: '',
|
||||
participantsDinner: '',
|
||||
@@ -347,6 +348,10 @@ module.exports = {
|
||||
|
||||
msgtelegram += '\n';
|
||||
|
||||
if (recbooking.msgbooking) {
|
||||
mylocalsconf.msgbooking = 'Messaggio: ' + recbooking.msgbooking.toString()
|
||||
msgtelegram += mylocalsconf.msgbooking + '\n';
|
||||
}
|
||||
if (recbooking.numpeople > 0) {
|
||||
mylocalsconf.participants = recbooking.numpeople.toString() + ' ' + tools.getres__('partecipanti', res);
|
||||
msgtelegram += mylocalsconf.participants + '\n';
|
||||
|
||||
Reference in New Issue
Block a user