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

Fix: [ bug #1365 ] ODT template tag {company_note} does not get

replaced.
parent 99dc3598
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,10 @@ abstract class CommonDocGenerator
'mycompany_idprof5'=>$mysoc->idprof5,
'mycompany_idprof6'=>$mysoc->idprof6,
'mycompany_vatnumber'=>$mysoc->tva_intra,
'mycompany_note'=>$mysoc->note
// Only private not exists for "mysoc"
'mycompany_note'=>$mysoc->note_private
//'mycompany_note_private'=>$mysoc->note_private,
//'mycompany_note_public'=>$mysoc->note_public,
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment