[FR 1954358] - Problems with credit check.
This commit is contained in:
parent
18071c1e3b
commit
035445f5f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue