Skip to content
Snippets Groups Projects
Commit 5e51b2cb authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

New: Support location in events

parent 4d92aa50
Branches
Tags
No related merge requests found
......@@ -231,11 +231,13 @@ class ActionComm
$this->id = $obj->id;
$this->ref = $obj->id;
$this->type_id = $obj->type_id;
$this->type_code = $obj->type_code;
$transcode=$langs->trans("Action".$obj->code);
$type_libelle=($transcode!="Action".$obj->code?$transcode:$obj->libelle);
$this->type = $type_libelle;
$this->label = $obj->label;
$this->datep = $obj->datep;
$this->datef = $obj->datep2;
......
......@@ -26,7 +26,7 @@ ViewWithPredefinedFilters = View with predefined filters
AutoActions = Automatic filling of agenda
AgendaAutoActionDesc = Define here events for which you want Dolibarr to create automatically an action in agenda. If nothing is checked (by default), only manual actions will be included in agenda.
AgendaSetupOtherDesc = This page allows to configure other parameters of agenda module.
ActionsEvents = Events for which create an action
ActionsEvents = Events for which Dolibarr will create an action in agenda automatically
PropalValidatedInDolibarr = Proposal validated
InvoiceValidatedInDolibarr = Invoice validated
OrderValidatedInDolibarr = Order validated
......
......@@ -26,7 +26,7 @@ ViewWithPredefinedFilters=Vues avec filtres pr
AutoActions=Alimentation automatique de l'agenda
AgendaAutoActionDesc=Définissez dans cet onglet les évènements pour lesquels dolibarr créera automatiquement une action dans l'agenda. Si aucune case n'est cochée (par défaut), seules les actions manuelles seront incluses dans l'agenda.
AgendaSetupOtherDesc=Cette page permet de configurer les autres paramètres du module agenda.
ActionsEvents=Evènements pour lesquels creer une action
ActionsEvents=Evènements pour lesquels Dolibarr doit créer une action dans l'agenda en automatique.
PropalValidatedInDolibarr=Proposition validée
InvoiceValidatedInDolibarr=Facture validée
OrderValidatedInDolibarr=Commande validée
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment