Update commondocgenerator.class.php
add : outstanding limit on ODT fix : only public note are display on ODT (private stay private)
This commit is contained in:
parent
9278d21048
commit
c103a5927a
@ -118,8 +118,9 @@ abstract class CommonDocGenerator
|
||||
'mycompany_idprof5'=>$mysoc->idprof5,
|
||||
'mycompany_idprof6'=>$mysoc->idprof6,
|
||||
'mycompany_vatnumber'=>$mysoc->tva_intra,
|
||||
'outstanding_limit'=>$mysoc->outstanding_limit,
|
||||
// Only private not exists for "mysoc"
|
||||
'mycompany_note'=>$mysoc->note_private
|
||||
'mycompany_note'=>$mysoc->note_public
|
||||
//'mycompany_note_private'=>$mysoc->note_private,
|
||||
//'mycompany_note_public'=>$mysoc->note_public,
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user