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

replaced.
This commit is contained in:
Laurent Destailleur 2014-05-06 23:35:09 +02:00
parent 99dc3598de
commit e214cdf231

View File

@ -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,
);
}