Set creation date

This commit is contained in:
Laurent Destailleur 2017-10-11 23:06:49 +02:00
parent d36af4a46a
commit 918738ce46

View File

@ -205,7 +205,8 @@ if (empty($reshook))
$account->owner_address = GETPOST('owner_address','alpha');
$account->frstrecur = GETPOST('frstrecur');
$account->rum = GETPOST('rum','alpha');
$account->datec = dol_now();
// This test can be done only once properties were set
if ($account->needIBAN() == 1)
{