Patch level : 12.00 1384
Files correlati : Bug : Commento: Aggiunto regime fiscale ai clienti/fornitori
This commit is contained in:
parent
768c15336f
commit
0c4ef3f3e3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user