Fix var $conf not defined
This commit is contained in:
parent
a9e5668ea4
commit
10ced563b3
@ -1673,8 +1673,9 @@ class BonPrelevement extends CommonObject
|
|||||||
* @return string String with SEPA Sender
|
* @return string String with SEPA Sender
|
||||||
*/
|
*/
|
||||||
function EnregEmetteurSEPA($configuration, $ladate, $nombre, $total, $CrLf='\n')
|
function EnregEmetteurSEPA($configuration, $ladate, $nombre, $total, $CrLf='\n')
|
||||||
{ // SEPA INITIALISATION
|
{
|
||||||
global $confs;
|
// SEPA INITIALISATION
|
||||||
|
global $conf;
|
||||||
|
|
||||||
$dateTime_YMD = dol_print_date($ladate, '%Y%m%d');
|
$dateTime_YMD = dol_print_date($ladate, '%Y%m%d');
|
||||||
$dateTime_ETAD = dol_print_date($ladate, '%Y-%m-%d');
|
$dateTime_ETAD = dol_print_date($ladate, '%Y-%m-%d');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user