Bugfix
This commit is contained in:
parent
65efd5f124
commit
ebf58bb66c
@ -745,9 +745,9 @@ function _emails($db, $user, $contrat_id, $factures_a_mailer)
|
|||||||
if ( $mailfile->sendfile() )
|
if ( $mailfile->sendfile() )
|
||||||
{
|
{
|
||||||
|
|
||||||
for ($kj = 0 ; $kj < sizeof($ligne->contact_facture_id) ; $kj++)
|
for ($kj = 0 ; $kj < sizeof($contrat->contact_facture_id) ; $kj++)
|
||||||
{
|
{
|
||||||
$sendtoid = $ligne->contact_facture_id[$kj];
|
$sendtoid = $contrat->contact_facture_id[$kj];
|
||||||
|
|
||||||
$sendtox = $emails[$kj];
|
$sendtox = $emails[$kj];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user