mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-17 15:01:26 +01:00
Fixing style errors.
This commit is contained in:
@@ -31,7 +31,7 @@ class mailing_advthirdparties extends MailingTargets
|
|||||||
public $require_admin=0;
|
public $require_admin=0;
|
||||||
|
|
||||||
public $require_module=array("none"); // This module should not be displayed as Selector in mailling
|
public $require_module=array("none"); // This module should not be displayed as Selector in mailling
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ class mailing_contacts1 extends MailingTargets
|
|||||||
public $desc='Contacts of thirdparties (prospects, customers, suppliers...)';
|
public $desc='Contacts of thirdparties (prospects, customers, suppliers...)';
|
||||||
public $require_module=array("societe"); // Module mailing actif si modules require_module actifs
|
public $require_module=array("societe"); // Module mailing actif si modules require_module actifs
|
||||||
public $require_admin=0; // Module mailing actif pour user admin ou non
|
public $require_admin=0; // Module mailing actif pour user admin ou non
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ class mailing_example extends MailingTargets
|
|||||||
public $tooltip='MyTooltipLangKey';
|
public $tooltip='MyTooltipLangKey';
|
||||||
|
|
||||||
public $require_module=array();
|
public $require_module=array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ class mailing_fraise extends MailingTargets
|
|||||||
public $require_admin=0;
|
public $require_admin=0;
|
||||||
|
|
||||||
public $require_module=array('adherent');
|
public $require_module=array('adherent');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ class mailing_pomme extends MailingTargets
|
|||||||
public $desc='Dolibarr users with emails'; // Libelle utilise si aucune traduction pour MailingModuleDescXXX ou XXX=name trouv<75>e
|
public $desc='Dolibarr users with emails'; // Libelle utilise si aucune traduction pour MailingModuleDescXXX ou XXX=name trouv<75>e
|
||||||
public $require_module=array(); // Module mailing actif si modules require_module actifs
|
public $require_module=array(); // Module mailing actif si modules require_module actifs
|
||||||
public $require_admin=1; // Module mailing actif pour user admin ou non
|
public $require_admin=1; // Module mailing actif pour user admin ou non
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ class mailing_thirdparties extends MailingTargets
|
|||||||
public $require_admin=0;
|
public $require_admin=0;
|
||||||
|
|
||||||
public $require_module=array("societe"); // This module allows to select by categories must be also enabled if category module is not activated
|
public $require_module=array("societe"); // This module allows to select by categories must be also enabled if category module is not activated
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ class mailing_thirdparties_services_expired extends MailingTargets
|
|||||||
public $require_admin=0;
|
public $require_admin=0;
|
||||||
|
|
||||||
public $require_module=array('contrat');
|
public $require_module=array('contrat');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ class mailing_xinputfile extends MailingTargets
|
|||||||
public $desc='EMails from a file'; // Libelle utilise si aucune traduction pour MailingModuleDescXXX ou XXX=name trouv<75>e
|
public $desc='EMails from a file'; // Libelle utilise si aucune traduction pour MailingModuleDescXXX ou XXX=name trouv<75>e
|
||||||
public $require_module=array(); // Module mailing actif si modules require_module actifs
|
public $require_module=array(); // Module mailing actif si modules require_module actifs
|
||||||
public $require_admin=0; // Module mailing actif pour user admin ou non
|
public $require_admin=0; // Module mailing actif pour user admin ou non
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ class mailing_xinputuser extends MailingTargets
|
|||||||
public $desc='EMails input by user'; // Libelle utilise si aucune traduction pour MailingModuleDescXXX ou XXX=name trouv<75>e
|
public $desc='EMails input by user'; // Libelle utilise si aucune traduction pour MailingModuleDescXXX ou XXX=name trouv<75>e
|
||||||
public $require_module=array(); // Module mailing actif si modules require_module actifs
|
public $require_module=array(); // Module mailing actif si modules require_module actifs
|
||||||
public $require_admin=0; // Module mailing actif pour user admin ou non
|
public $require_admin=0; // Module mailing actif pour user admin ou non
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ class printing_printgcp extends PrintingDriver
|
|||||||
{
|
{
|
||||||
public $name = 'printgcp';
|
public $name = 'printgcp';
|
||||||
public $desc = 'PrintGCPDesc';
|
public $desc = 'PrintGCPDesc';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ class printing_printipp extends PrintingDriver
|
|||||||
{
|
{
|
||||||
public $name = 'printipp';
|
public $name = 'printipp';
|
||||||
public $desc = 'PrintIPPDesc';
|
public $desc = 'PrintIPPDesc';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ class ExpenseReport extends CommonObject
|
|||||||
|
|
||||||
public $table_element_line = 'expensereport_det';
|
public $table_element_line = 'expensereport_det';
|
||||||
public $fk_element = 'fk_expensereport';
|
public $fk_element = 'fk_expensereport';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ class FichinterRec extends Fichinter
|
|||||||
public $table_element = 'fichinter_rec';
|
public $table_element = 'fichinter_rec';
|
||||||
public $table_element_line = 'fichinter_rec';
|
public $table_element_line = 'fichinter_rec';
|
||||||
public $fk_element = 'fk_fichinter';
|
public $fk_element = 'fk_fichinter';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user