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

Fix: Missing translation

parent 98805ace
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment