Merge pull request #9454 from frederic34/patch-16
Update dolreceiptprinter.class.php
This commit is contained in:
commit
358bc7ab1b
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 Frederic France <frederic.france@free.fr>
|
* Copyright (C) 2015-2018 Frédéric France <frederic.france@free.fr>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -216,6 +216,7 @@ class dolReceiptPrinter extends Escpos
|
|||||||
global $conf;
|
global $conf;
|
||||||
$error = 0;
|
$error = 0;
|
||||||
$line = 0;
|
$line = 0;
|
||||||
|
$obj = array();
|
||||||
$sql = 'SELECT rowid, name, fk_type, fk_profile, parameter';
|
$sql = 'SELECT rowid, name, fk_type, fk_profile, parameter';
|
||||||
$sql.= ' FROM '.MAIN_DB_PREFIX.'printer_receipt';
|
$sql.= ' FROM '.MAIN_DB_PREFIX.'printer_receipt';
|
||||||
$sql.= ' WHERE entity = '.$conf->entity;
|
$sql.= ' WHERE entity = '.$conf->entity;
|
||||||
@ -283,6 +284,7 @@ class dolReceiptPrinter extends Escpos
|
|||||||
global $conf;
|
global $conf;
|
||||||
$error = 0;
|
$error = 0;
|
||||||
$line = 0;
|
$line = 0;
|
||||||
|
$obj = array();
|
||||||
$sql = 'SELECT rowid, name, template';
|
$sql = 'SELECT rowid, name, template';
|
||||||
$sql.= ' FROM '.MAIN_DB_PREFIX.'printer_receipt_template';
|
$sql.= ' FROM '.MAIN_DB_PREFIX.'printer_receipt_template';
|
||||||
$sql.= ' WHERE entity = '.$conf->entity;
|
$sql.= ' WHERE entity = '.$conf->entity;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user