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

Merge pull request #102 from simnandez/develop

[ task #176 ] Allow to use ODT templates. Works with Orders
parents f2df94bf 53cdb316
No related branches found
No related tags found
No related merge requests found
......@@ -102,10 +102,11 @@ 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_fin_validite'=>dol_print_date($object->fin_validite,'dayhour'),
'object_date_delivery'=>dol_print_date($object->date_livrasion,'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'),
'object_date_close'=>dol_print_date($object->date_cloture,'dayhour'),
'object_payment_mode'=>$object->mode_reglement,
'object_payment_term'=>$object->cond_reglement,
'object_total_ht'=>price($object->total_ht,0,$outputlangs),
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
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