Skip to content

Commit

Permalink
Update modSociete.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
defrance committed Feb 4, 2016
1 parent 70e051a commit 5498b1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion htdocs/core/modules/modSociete.class.php
Expand Up @@ -131,7 +131,9 @@ function __construct($db)
$this->boxes[$r][1] = "box_activity.php";
$this->boxes[$r][2] = '(WarningUsingThisBoxSlowDown)';
$r++;

$this->boxes[$r][1] = "box_bonsclients.php";
$this->boxes[$r][2] = '(WarningUsingThisBoxSlowDown)';
$r++;
// Permissions
$this->rights = array();
$this->rights_class = 'societe';
Expand Down

0 comments on commit 5498b1c

Please sign in to comment.