X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fheader2.inc;h=c76ae9f60d3161de3c0039efe610eaac88a29838;hb=a5a1f885ee288c74ea2674a9eaaa402ac3c05363;hp=c783c915f44545e397ee514dfd578412727eadd9;hpb=ad37f5bcbd52fa5e7429719eac1a5526aa378b05;p=fa-stable.git diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index c783c915..c76ae9f6 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -141,9 +141,10 @@ $this->NewLine(); $this->Text($mcol + 100, $this->formData['document_name']); $this->Text($mcol + 180, $this->formData['document_number']); - + $this->NewLine(2); + if ($this->pageNumber > 1) - $this->Text($this->endLine - 35, _("Page") . ' ' . $this->pageNumber); + $this->Text($mcol + 180, _("Page") . ' ' . $this->pageNumber); $this->row = $iline1 - $this->lineHeight; $this->fontSize -= 4; $this->Text($ccol, $Addr1['title'], $icol);