X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fheader2.inc;h=979d09d6b91f20b758244c5ad11fe9d8834abfbd;hb=17b390efcf904072b02ec866b2a427490471a260;hp=538d152473c8f1493ba386f14deaf4768b4be605;hpb=7561718ee5113232ce917f63085d272884b0929c;p=fa-stable.git diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index 538d1524..979d09d6 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);