mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-11 18:32:32 +01:00
Fix: Missing include
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user