Skip to content
Snippets Groups Projects
Commit 6803c68e authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Bad date format

parent 796b0fc1
No related branches found
No related tags found
No related merge requests found
......@@ -263,8 +263,8 @@ function getProductOrService($authentication,$id='',$ref='',$ref_ext='')
'ref_ext' => $product->ref_ext,
'label' => $product->label,
'description' => $product->description,
'date_creation' => $product->date_creation,
'date_modification' => $product->date_modification,
'date_creation' => dol_print_date($product->date_creation,'dayhourrfc'),
'date_modification' => dol_print_date($product->date_modification,'dayhourrfc'),
'note' => $product->note,
'status_tosell' => $product->status,
'status_tobuy' => $product->status_buy,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment