Update commonobject.class.php

This commit is contained in:
Laurent Destailleur 2020-11-02 09:29:26 +01:00 committed by GitHub
parent a1016d79a2
commit 878b8f25de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8300,7 +8300,7 @@ abstract class CommonObject
'qty' => 123.12,
'note_public' => 'Public note',
'note_private' => 'Private note',
'date_creation' => (dol_now() - 3600 * 24),
'date_creation' => (dol_now() - 3600 * 48),
'date_modification' => (dol_now() - 3600 * 24),
'fk_user_creat' => $user->id,
'fk_user_modif' => $user->id,