From 0c4ef3f3e3be6af1cc87b0fcc8e6b248e0ecc27c Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Tue, 11 Mar 2025 18:08:30 +0100 Subject: [PATCH] Patch level : 12.00 1384 Files correlati : Bug : Commento: Aggiunto regime fiscale ai clienti/fornitori --- src/include/postman.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/postman.cpp b/src/include/postman.cpp index 564b72a47..204a962b3 100755 --- a/src/include/postman.cpp +++ b/src/include/postman.cpp @@ -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