typo stickler
This commit is contained in:
parent
c89468428e
commit
066013c31f
@ -134,7 +134,7 @@ function project_prepare_head(Project $project, $moreparam = '')
|
|||||||
if (!is_null($dataretrieved)) {
|
if (!is_null($dataretrieved)) {
|
||||||
$nbElements = $dataretrieved;
|
$nbElements = $dataretrieved;
|
||||||
} else {
|
} else {
|
||||||
if (!empty ($conf->stock->enabled)) {
|
if (!empty($conf->stock->enabled)) {
|
||||||
$nbElements += $project->getElementCount('stock', 'entrepot', 'fk_project');
|
$nbElements += $project->getElementCount('stock', 'entrepot', 'fk_project');
|
||||||
}
|
}
|
||||||
if (!empty($conf->propal->enabled)) {
|
if (!empty($conf->propal->enabled)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user