Fix: Missing lang loading

This commit is contained in:
Laurent Destailleur 2014-01-05 16:37:33 +01:00
parent 283297294b
commit 667908baf8
2 changed files with 6 additions and 2 deletions

View File

@ -52,7 +52,9 @@ $startyear=$year-1;
$endyear=$year; $endyear=$year;
$langs->load('orders'); $langs->load('orders');
$langs->load('companies');
$langs->load('other'); $langs->load('other');
$langs->load('suppliers');
/* /*

View File

@ -1,5 +1,6 @@
<?php <?php
/* Copyright (C) 2013 Cédric Salvador <csalvador@gpcsolutions.fr> /* Copyright (C) 2013 Cédric Salvador <csalvador@gpcsolutions.fr>
* Copyright (C) 2013 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -16,6 +17,7 @@
* or see http://www.gnu.org/ * or see http://www.gnu.org/
*/ */
$langs->load("link");
/* /*
* Confirm suppression * Confirm suppression