mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 02:11:27 +01:00
Fix: Remove warning
This commit is contained in:
@@ -759,8 +759,7 @@ class DolibarrModules
|
||||
$val = $this->const[$key][2];
|
||||
$note = $this->const[$key][3];
|
||||
$visible= $this->const[$key][4];
|
||||
$entity = $this->const[$key][5];
|
||||
|
||||
$entity = isset($this->const[$key][5])?$this->const[$key][5]:0;
|
||||
$entity = ((!empty($entity) || $entity == '0')?$entity:$conf->entity);
|
||||
|
||||
$sql = "SELECT count(*)";
|
||||
|
||||
Reference in New Issue
Block a user