Commit 66efd5ba authored by Sergey Luzyanin's avatar Sergey Luzyanin Committed by Alexander.Trofimov

максимальный отступ ограничен 55,87 см

parent e4e19de0
......@@ -338,8 +338,13 @@ function checkObjectInArray(aObjects, oObject)
}
function getValOrDefault(val, defaultVal)
{
if(val !== null && val !== undefined)
{
if(val > 558.7)
return 0;
return val;
}
return defaultVal;
}
......
Markdown is supported
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