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

Fix: Missing include

parent ed380770
No related branches found
No related tags found
No related merge requests found
......@@ -466,6 +466,8 @@ if ($conf->fournisseur->enabled && $user->rights->fournisseur->facture->lire)
// Last customers
if ($conf->societe->enabled && $user->rights->societe->lire)
{
include_once(DOL_DOCUMENT_ROOT.'/societe/client.class.php');
$langs->load("boxes");
$sql = "SELECT s.nom, s.rowid, ".$db->pdate("s.datec")." as dc";
......
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