typo stickler

This commit is contained in:
Noé Cendrier 2021-09-22 15:15:39 +02:00
parent c89468428e
commit 066013c31f

View File

@ -134,7 +134,7 @@ function project_prepare_head(Project $project, $moreparam = '')
if (!is_null($dataretrieved)) {
$nbElements = $dataretrieved;
} else {
if (!empty ($conf->stock->enabled)) {
if (!empty($conf->stock->enabled)) {
$nbElements += $project->getElementCount('stock', 'entrepot', 'fk_project');
}
if (!empty($conf->propal->enabled)) {