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

Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into 4.0

parents d56b5f30 b447501d
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ if (!$user->rights->fournisseur->facture->lire) accessforbidden(); ...@@ -46,6 +46,7 @@ if (!$user->rights->fournisseur->facture->lire) accessforbidden();
$langs->load("bills"); $langs->load("bills");
$langs->load("companies"); $langs->load("companies");
$langs->load('products'); $langs->load('products');
$langs->load('projects');
$socid = GETPOST('socid','int'); $socid = GETPOST('socid','int');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment