X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Ffpdi%2Ffpdi2tcpdf_bridge.php;h=b72baea9e4446d310edb24d0d65a059d2ea95448;hb=46c5dc49d75f51084402491bfddbd69c306fce2d;hp=72cee145512aef28818dd5148a028cbf3434b6a0;hpb=72ec20431b29b8d702faecf81f50016679ec4405;p=fa-stable.git diff --git a/reporting/includes/fpdi/fpdi2tcpdf_bridge.php b/reporting/includes/fpdi/fpdi2tcpdf_bridge.php index 72cee145..b72baea9 100644 --- a/reporting/includes/fpdi/fpdi2tcpdf_bridge.php +++ b/reporting/includes/fpdi/fpdi2tcpdf_bridge.php @@ -43,6 +43,8 @@ class FPDF extends TCPDF { return $this->k; case 'lastUsedPageBox': return $this->lastUsedPageBox; + case 'pageNumber': + return $this->pageNumber; default: // Error handling $this->Error('Cannot access protected property '.get_class($this).':$'.$name.' / Undefined property: '.get_class($this).'::$'.$name);