fixed issue with wrong array indexes
This commit is contained in:
@@ -65,11 +65,9 @@ class Paper
|
||||
public function sendPrint($title, $text = '', $image = false, $imageLocal = true)
|
||||
{
|
||||
$this->sendImagePrint($image, $imageLocal);
|
||||
|
||||
$this->sendHeaderPrint($title);
|
||||
$htmlToPos = new HtmlToPos();
|
||||
$this->printer->text($htmlToPos->convert($text));
|
||||
|
||||
$this->printer->feed(3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user