1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Add all send email contacts to statements

This commit is contained in:
David Bomba 2023-05-06 22:20:12 +10:00
parent eaee83623f
commit d7b315f62f

View File

@ -206,8 +206,6 @@ class ClientService
'$end_date' => $this->client_end_date,
];
nlog($email_object);
return $email_object;
}