Update bonprelevement.class.php
This commit is contained in:
parent
f609547bc9
commit
bb835d3633
@ -1310,10 +1310,14 @@ class BonPrelevement extends CommonObject
|
|||||||
*/
|
*/
|
||||||
// SEPA Initialisation
|
// SEPA Initialisation
|
||||||
$CrLf = "\n";
|
$CrLf = "\n";
|
||||||
$date_actu = dol_now();
|
|
||||||
$dateTime_ECMA = dol_print_date($date_actu, '%Y-%m-%dT%H:%M:%S');
|
|
||||||
|
|
||||||
|
$now = dol_now();
|
||||||
|
|
||||||
|
$dateTime_ECMA = dol_print_date($now, '%Y-%m-%dT%H:%M:%S');
|
||||||
|
|
||||||
|
$date_actu = $now;
|
||||||
if (!empty($executiondate)) $date_actu=$executiondate;
|
if (!empty($executiondate)) $date_actu=$executiondate;
|
||||||
|
|
||||||
$dateTime_YMD = dol_print_date($date_actu, '%Y%m%d');
|
$dateTime_YMD = dol_print_date($date_actu, '%Y%m%d');
|
||||||
$dateTime_YMDHMS = dol_print_date($date_actu, '%Y%m%d%H%M%S');
|
$dateTime_YMDHMS = dol_print_date($date_actu, '%Y%m%d%H%M%S');
|
||||||
$fileDebiteurSection = '';
|
$fileDebiteurSection = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user