Fix: Missing lang loading
This commit is contained in:
parent
283297294b
commit
667908baf8
@ -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');
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user