Skip to content

Commit

Permalink
Fix: [ bug #1365 ] ODT template tag {company_note} does not get
Browse files Browse the repository at this point in the history
replaced.
  • Loading branch information
eldy committed May 6, 2014
1 parent 5a6ad1e commit 3abede6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion htdocs/core/class/commondocgenerator.class.php
Expand Up @@ -118,7 +118,10 @@ function get_substitutionarray_mysoc($mysoc,$outputlangs)
'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,
);
}

Expand Down

1 comment on commit 3abede6

@marcosgdf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing changelog entry! 😜

Please sign in to comment.