Page number is now printed on all documents (starting from second page).
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Fri, 6 Sep 2013 08:48:24 +0000 (10:48 +0200)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 16 Sep 2013 11:51:39 +0000 (13:51 +0200)
reporting/includes/header2.inc

index 3ecc468e34f964fe315fb2dee4ad6702cc6c4bb0..5bda35c6c171c471aaffec419675abf38eada389 100644 (file)
                $this->Text($mcol + 100, $this->formData['document_name']);
                $this->Text($mcol + 180, $this->formData['document_number']);
 
-               if ($this->pageNumber > 1 && !strstr($this->filename, "Bulk"))
+               if ($this->pageNumber > 1)
                        $this->Text($this->endLine - 35, _("Page") . ' ' . $this->pageNumber);
                $this->row = $iline1 - $this->lineHeight;
                $this->fontSize -= 4;