Fix: Missing translation

This commit is contained in:
Laurent Destailleur 2014-02-04 20:57:22 +01:00
parent 98805ace4a
commit f8a68b0449
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,9 @@ $socid = isset($_GET["socid"])?$_GET["socid"]:'';
if ($user->societe_id) $socid=$user->societe_id;
$result = restrictedArea($user, 'tax', '', '', 'charges');
$langs->load("compta");
$langs->load("banks");
$langs->load("bills");
$sortfield = GETPOST("sortfield",'alpha');
$sortorder = GETPOST("sortorder",'alpha');

View File

@ -29,6 +29,9 @@ require_once DOL_DOCUMENT_ROOT.'/compta/tva/class/tva.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
$langs->load("other");
$langs->load("compta");
$langs->load("banks");
$langs->load("bills");
$year=$_GET["year"];
if ($year == 0 )