From a4c1c00728d94c237facbdc6f1507a178295ad70 Mon Sep 17 00:00:00 2001 From: andreubisquerra Date: Sun, 2 Feb 2020 21:02:43 +0100 Subject: [PATCH] Update image path after move image directory We need change path after move image in the commit: https://github.com/Dolibarr/dolibarr/commit/de4183ea6552e917ac33f8416f784340966f2a8d#diff-7af3f43d430a17d6e548d766fbacecc2 --- htdocs/core/class/dolreceiptprinter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/dolreceiptprinter.class.php b/htdocs/core/class/dolreceiptprinter.class.php index 4425e43cda2..72d07bfc9e0 100644 --- a/htdocs/core/class/dolreceiptprinter.class.php +++ b/htdocs/core/class/dolreceiptprinter.class.php @@ -515,7 +515,7 @@ class dolReceiptPrinter extends Printer { global $conf; $error = 0; - $img = EscposImage::load(DOL_DOCUMENT_ROOT.'/theme/common/dolibarr_logo_bw.png'); + $img = EscposImage::load(DOL_DOCUMENT_ROOT.'/theme/dolibarr_logo_bw.png'); //$this->profile = CapabilityProfile::load("TM-T88IV"); $ret = $this->initPrinter($printerid); if ($ret > 0) {