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

Fix: Missing translation

parent 480322cc
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,8 @@ require_once(DOL_DOCUMENT_ROOT."/contact/class/contact.class.php");
require_once(DOL_DOCUMENT_ROOT.'/lib/fourn.lib.php');
require_once(DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php');
$langs->load("facture");
$langs->load("bills");
$langs->load('other');
$langs->load("companies");
$facid = isset($_GET["facid"])?$_GET["facid"]:'';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment