X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fbarcodes.php;h=03ee468e215f9398a5fccc47ef78733083c165ed;hb=19ddc3939071044c8e94b628f1d6a039f50cc493;hp=4454ec997255512af2d5883215f324b7b79f3e7a;hpb=f8219593c85e1020093b93972386fd477675504f;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); }