Fix missing thirdparty info

This commit is contained in:
Benjamin Freeman 2021-02-17 11:56:51 +01:00 committed by Chl
parent 766e500b17
commit 8f3c0495fc
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class Actionssendrecurringinvoicebymail
// L'objet n'est pas à jour ('manque last_main_doc entre autres)
$object->fetch($object->id);
$object->fetch_thirdparty();
// Préparation des remplacements dans le sujet et le corps du mail
$substitutionarray = getCommonSubstitutionArray($langs, 0, null, $object);