This commit is contained in:
Laurent Destailleur 2021-02-16 20:10:03 +01:00
parent c569c503f7
commit b5c75ecbd5

View File

@ -1312,7 +1312,7 @@ class Paiement extends CommonObject
$invoice = new Facture($this->db);
if ($invoice->fetch($billsarray[0]) > 0)
{
$force_thirdparty_id = $invoice->fk_soc;
$force_thirdparty_id = $invoice->socid;
}
}
}