From e3296f859091dc27831c909375fb778903b2da9b Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 28 Oct 2019 09:44:33 +0100 Subject: [PATCH] Bug 5009: Page # on invoices counts up across invoices. Fixed for all documents. --- reporting/includes/pdf_report.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/includes/pdf_report.inc b/reporting/includes/pdf_report.inc index c731f615..29f6a5bb 100644 --- a/reporting/includes/pdf_report.inc +++ b/reporting/includes/pdf_report.inc @@ -389,7 +389,7 @@ class FrontReport extends Cpdf */ function SetCommonData($myrow, $branch, $sales_order, $bankaccount, $doctype, $contacts) { - + $this->pageNumber = 0; $this->formData = array(); $datnames = array( 'myrow' => array('ord_date', 'date_', 'tran_date', -- 2.30.2