mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
NEW Can generate the email selector file
This commit is contained in:
@@ -15,12 +15,12 @@ dol_include_once("/mymodule/class/myobject.class.php");
|
||||
/**
|
||||
* mailing_mailinglist_mymodule
|
||||
*/
|
||||
class mailing_mailinglist_mymodule_myobject extends MailingTargets
|
||||
class mailing_mailing_mymodule_selector1 extends MailingTargets
|
||||
{
|
||||
// CHANGE THIS: Put here a name not already used
|
||||
public $name = 'mailinglist_mymodule_myobject';
|
||||
public $name = 'mailing_mymodule_selector1';
|
||||
// CHANGE THIS: Put here a description of your selector module
|
||||
public $desc = 'My object emailing target selector';
|
||||
public $desc = 'Emailing target selector1';
|
||||
// CHANGE THIS: Set to 1 if selector is available for admin users only
|
||||
public $require_admin = 0;
|
||||
|
||||
Reference in New Issue
Block a user