add log and comment

This commit is contained in:
Frédéric FRANCE
2018-10-18 21:47:10 +02:00
parent d4bc53660b
commit 6c85fbbc30
3 changed files with 32 additions and 22 deletions

View File

@@ -39,10 +39,6 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/discount.class.php';
*/
abstract class ModelePDFCommandes extends CommonDocGenerator
{
/**
* @var string Error code (or message)
*/
public $error='';
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
/**