Merge pull request #13002 from andreubisquerra/develop
Update image path after move image directory
This commit is contained in:
commit
320dd69923
@ -516,7 +516,7 @@ class dolReceiptPrinter extends Printer
|
|||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
$error = 0;
|
$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");
|
//$this->profile = CapabilityProfile::load("TM-T88IV");
|
||||||
$ret = $this->initPrinter($printerid);
|
$ret = $this->initPrinter($printerid);
|
||||||
if ($ret > 0) {
|
if ($ret > 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user