Fix: Missing translation

This commit is contained in:
Laurent Destailleur 2013-02-20 21:41:50 +01:00
parent 2852aded3a
commit af26c4ce6d
2 changed files with 3 additions and 1 deletions

View File

@ -88,6 +88,7 @@ if (GETPOST('viewday')) {
$action='show_day'; $day=($day?$day:date("d"));
} // View by day
$langs->load("agenda");
$langs->load("other");
$langs->load("commercial");

View File

@ -30,7 +30,8 @@ require_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';
require_once DOL_DOCUMENT_ROOT.'/comm/action/class/actioncomm.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/modules/action/rapport.pdf.php';
$langs->load("commercial");
$langs->load("agenda");
$langs->load("commercial");
$action=GETPOST('action','alpha');
$month=GETPOST('month');