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

View File

@ -1311,7 +1311,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;
}
}
}