- Fix: saldo pendenze e totali Transati.

This commit is contained in:
Surya Paolo
2024-02-17 14:13:39 +01:00
parent e6fd8e1fed
commit 8c471c0e81
6 changed files with 105 additions and 20 deletions

View File

@@ -4081,7 +4081,7 @@ module.exports = {
msg = msg.replace('{name}', user.name ? user.name : user.username);
msg = msg.replace('{surname}', user.surname ? user.surname : '');
let out = myvar.replace('{urlunsubscribe_user}', this.getUnsubsribeUrl_User(user));
msg = msg.replace('{urlunsubscribe_user}', this.getUnsubsribeUrl_User(user));
msg = msg.replace('{aportador_solidario}', user.aportador_solidario ? user.aportador_solidario : '');
if (!!user.profile.link_payment)