Skip to content
Snippets Groups Projects
Commit db15f822 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #1415 fix rt comments

parent 712cf94e
Branches
Tags
8 merge requests!1553Master,!1502Master,!1501Stable,!1472Stable,!1428Master,!1427Hotline master,!1426Stable,!1415Hotline#36466 fix item insitu localisation
......@@ -253,10 +253,10 @@ class Class_Localisation extends Storm_Model_Abstract {
$cote_quality = 0;
if($this->hasCoteDebut() && ($item->getCote() >= $this->getCoteDebut()))
$cote_quality = $cote_quality + 1;
$cote_quality++;
if($this->hasCoteFin() && ($item->getCote() <= $this->getCoteFin()))
$cote_quality = $cote_quality + 1;
$cote_quality++;
return $cote_quality;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment