Patch level : 12.00 1368

Files correlati     : xvaga.dll xwsmtp.dll ba0100m.msk sc0.exe sc2100b.msk sc2400b.msk

Commento:
Invio estratti conti e solleciti via mail
This commit is contained in:
Alessandro Bonazzi 2024-11-06 14:02:19 +01:00
parent d07b9577c3
commit f20e7083f7
3 changed files with 3 additions and 6 deletions

View File

@ -35,7 +35,7 @@ END
STRING F_FROMEMAIL 50 STRING F_FROMEMAIL 50
BEGIN BEGIN
PROMPT 1 1 "Email di invio " PROMPT 1 1 "Utente inviante "
END END
STRING F_PASSWORD 50 STRING F_PASSWORD 50

View File

@ -35,7 +35,7 @@ END
STRING F_FROMEMAIL 50 STRING F_FROMEMAIL 50
BEGIN BEGIN
PROMPT 1 1 "Email di invio " PROMPT 1 1 "Utente inviante "
END END
STRING F_PASSWORD 50 STRING F_PASSWORD 50

View File

@ -1665,7 +1665,7 @@ int TSelection_mask::send_doc(long codice, const TString & ragsoc, const TToken_
<< TR(" riepilogate nel file allegato ") << '\n'; << TR(" riepilogate nel file allegato ") << '\n';
else else
message << TR("Invio estratto conto al ") << data << TR(" nel file allegato ") << '\n'; message << TR("Invio estratto conto al ") << data << TR(" nel file allegato ") << '\n';
message << prefix().firm().ragione_sociale(); // message << prefix().firm().ragione_sociale();
} }
pdf.temp("cu", "pdf"); pdf.temp("cu", "pdf");
attachment.add(pdf); attachment.add(pdf);
@ -1677,9 +1677,6 @@ int TSelection_mask::send_doc(long codice, const TString & ragsoc, const TToken_
if (ret > 0) if (ret > 0)
{ {
pr.close(); pr.close();
message << ragsoc << " (" << email << ")";
if (msg.full())
message << '\n' << msg << '.';
esito << email; esito << email;
if (!send_mail(to, cc, ccn, subject, message, attachment, false, rcpt)) if (!send_mail(to, cc, ccn, subject, message, attachment, false, rcpt))
{ {