Fix: Bad date format

This commit is contained in:
Laurent Destailleur 2012-10-17 15:53:45 +02:00
parent 796b0fc12c
commit 6803c68ebf

View File

@ -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,