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

Fix: Missing translation

parent e3750688
No related branches found
No related tags found
No related merge requests found
......@@ -235,6 +235,7 @@ class InterfaceActionsAuto
elseif ($action == 'BILL_VALIDATE')
{
dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
$langs->load("other");
$langs->load("bills");
$langs->load("agenda");
......@@ -251,6 +252,7 @@ class InterfaceActionsAuto
elseif ($action == 'BILL_SENTBYMAIL')
{
dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
$langs->load("other");
$langs->load("bills");
$langs->load("agenda");
$ok=1;
......@@ -260,6 +262,7 @@ class InterfaceActionsAuto
elseif ($action == 'BILL_PAYED')
{
dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
$langs->load("other");
$langs->load("bills");
$langs->load("agenda");
......@@ -276,6 +279,7 @@ class InterfaceActionsAuto
elseif ($action == 'BILL_CANCELED')
{
dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
$langs->load("other");
$langs->load("bills");
$langs->load("agenda");
......@@ -308,6 +312,7 @@ class InterfaceActionsAuto
elseif ($action == 'BILL_SUPPLIER_VALIDATE')
{
dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
$langs->load("other");
$langs->load("bills");
$langs->load("agenda");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment