Skip to content
Snippets Groups Projects
Commit 7096bc8d authored by Regis Houssin's avatar Regis Houssin
Browse files

Update htdocs/core/modules/commande/doc/doc_generic_order_odt.modules.php

parent ec3f5d12
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ class doc_generic_order_odt extends ModelePDFCommandes
'object_ref_ext'=>$object->ref_ext,
'object_ref_customer'=>$object->ref_client,
'object_date'=>dol_print_date($object->date,'day'),
'object_date_delivery'=>dol_print_date($object->date_livrasion,'dayhour'),
'object_date_delivery'=>dol_print_date($object->date_livraison,'dayhour'),
'object_date_creation'=>dol_print_date($object->date_creation,'day'),
'object_date_modification'=>dol_print_date($object->date_modification,'day'),
'object_date_validation'=>dol_print_date($object->date_validation,'dayhour'),
......
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