X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fbarcodes.php;fp=reporting%2Fincludes%2Fbarcodes.php;h=03ee468e215f9398a5fccc47ef78733083c165ed;hb=8b9b2d78cd89f090b486e749396cb5eabd693527;hp=4454ec997255512af2d5883215f324b7b79f3e7a;hpb=e6c89f21df1c1d6742a7e335e6e0fc2c958a7a29;p=fa-stable.git diff --git a/reporting/includes/barcodes.php b/reporting/includes/barcodes.php index 4454ec99..03ee468e 100644 --- a/reporting/includes/barcodes.php +++ b/reporting/includes/barcodes.php @@ -81,7 +81,7 @@ class TCPDFBarcode { * @param string $code code to print * @param string $type type of barcode: */ - function TCPDFBarcode($code, $type) { + function __construct($code, $type) { $this->setBarcode($code, $type); }