Merge branch 'master' of https://git.bukova.info/repos/git/isspst
This commit is contained in:
@@ -57,7 +57,8 @@ public class RequirementServiceImpl extends RequirementBaseServiceImpl<Requireme
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (entity.getSumTotal().compareTo(nextWf.getLimit()) == -1)
|
if ((entity.getSumTotal() != null)
|
||||||
|
&& (entity.getSumTotal().compareTo(nextWf.getLimit()) == -1))
|
||||||
{
|
{
|
||||||
approve(entity, approvers.get(0));
|
approve(entity, approvers.get(0));
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user