add comment
This commit is contained in:
parent
a80243e528
commit
445d09cf8a
@ -37,6 +37,10 @@ class printing_printgcp extends PrintingDriver
|
||||
{
|
||||
public $name = 'printgcp';
|
||||
public $desc = 'PrintGCPDesc';
|
||||
|
||||
/**
|
||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||
*/
|
||||
public $picto = 'printer';
|
||||
public $active = 'PRINTING_PRINTGCP';
|
||||
public $conf = array();
|
||||
|
||||
@ -32,6 +32,10 @@ class printing_printipp extends PrintingDriver
|
||||
{
|
||||
public $name = 'printipp';
|
||||
public $desc = 'PrintIPPDesc';
|
||||
|
||||
/**
|
||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||
*/
|
||||
public $picto = 'printer';
|
||||
public $active = 'PRINTING_PRINTIPP';
|
||||
public $conf = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user