From: Joe Hunt Date: Mon, 28 Oct 2019 08:44:33 +0000 (+0100) Subject: Bug 5009: Page # on invoices counts up across invoices. Fixed for all documents. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=e3296f859091dc27831c909375fb778903b2da9b;p=fa-stable.git Bug 5009: Page # on invoices counts up across invoices. Fixed for all documents. --- 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',