[FR 1954358] - Problems with credit check.

This commit is contained in:
fer_luck 2008-04-29 18:17:05 +00:00
parent 18071c1e3b
commit 035445f5f1
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ public class MBPGroup extends X_C_BP_Group
public BigDecimal getCreditWatchRatio()
{
BigDecimal bd = super.getCreditWatchPercent();
if (bd != null)
if (bd != Env.ZERO)
return bd.divide(Env.ONEHUNDRED, 2, BigDecimal.ROUND_HALF_UP);
return new BigDecimal(0.90);
} // getCreditWatchRatio