Update bonprelevement.class.php

This commit is contained in:
Frédéric FRANCE 2022-09-14 08:51:22 +02:00 committed by GitHub
parent cba04c9648
commit 81e8b872a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2175,7 +2175,8 @@ class BonPrelevement extends CommonObject
$XML_SEPA_INFO .= ' </CdtrSchmeId>'.$CrLf;*/
}
} else {
fputs($this->file, 'INCORRECT EMETTEUR '.$XML_SEPA_INFO.$CrLf);
fputs($this->file, 'INCORRECT EMETTEUR '.$this->raison_sociale.$CrLf);
$XML_SEPA_INFO = '';
}
return $XML_SEPA_INFO;
}