Topic: footer legal text on invoice

Hi

some of my text i put in the legal text in setup/system & general ledger setup dos'nt show on the sales invoice.
i think i will need to make changes in the footer in header2.inc in reporting/includes.
i cant see any option there to add more lines.
can some one direct me to the proper file to edit.

cheers

Rida

Re: footer legal text on invoice

You can change in /reporting/includes/doctext.inc about line 268.

/Joe

Re: footer legal text on invoice

Hi joe

here is the line below i cant see what to change here to increase text
at line 268 in doctxt.inc

if ($this->params['comments'] != '')
        $Footer[] = $this->params['comments'];

Rida