add missing global $conf in bonprelevement class

This commit is contained in:
Frédéric FRANCE 2019-01-21 08:23:31 +01:00 committed by GitHub
parent d4aaaa47e4
commit 4ab19c25c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1591,6 +1591,7 @@ class BonPrelevement extends CommonObject
function EnregDestinataireSEPA($row_code_client, $row_nom, $row_address, $row_zip, $row_town, $row_country_code, $row_cb, $row_cg, $row_cc, $row_somme, $row_facnumber, $row_idfac, $row_iban, $row_bic, $row_datec, $row_drum)
{
// phpcs:enable
global $conf;
$CrLf = "\n";
$Rowing = sprintf("%06d", $row_idfac);