Patch level : 12.00 1384

Files correlati     :

Bug                 :

Commento:
Aggiunto regime fiscale ai clienti/fornitori
This commit is contained in:
Alessandro Bonazzi 2025-03-11 18:08:30 +01:00
parent 768c15336f
commit 0c4ef3f3e3

View File

@ -992,9 +992,11 @@ bool TPostman::dispatch_transaction(const TRectype& rec,
for (int r = 0; r < _recipient.items(); r++)
{
const TRecipient& a = recipient(r);
if (a.can_receive(rec))
{
TString addr = a.address();
if (addr.starts_with("http")) // Indirizzo http
soap_dest.add(addr); else
if (addr.find('@') > 0) // Indirizzo posta