Fix: Missing translation

This commit is contained in:
Laurent Destailleur 2008-05-13 01:57:45 +00:00
parent 93bd10f062
commit aa162a7a69

View File

@ -138,6 +138,7 @@ class InterfaceActionsAuto
elseif ($action == 'CONTRACT_VALIDATE')
{
dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
$langs->load("other");
$langs->load("contracts");
$langs->load("agenda");