diff --git a/src_tenwa/com/tenwa/flow/rent/rentincome/LCRentIncomeTempReductionListHandler.java b/src_tenwa/com/tenwa/flow/rent/rentincome/LCRentIncomeTempReductionListHandler.java index 5b07b4c34..deae54591 100644 --- a/src_tenwa/com/tenwa/flow/rent/rentincome/LCRentIncomeTempReductionListHandler.java +++ b/src_tenwa/com/tenwa/flow/rent/rentincome/LCRentIncomeTempReductionListHandler.java @@ -32,10 +32,10 @@ public class LCRentIncomeTempReductionListHandler extends CommonHandler { penaltyAdjustOther = penaltyAdjustOther.subtract(new BigDecimal(boLRIT.getAttribute("penalty_adjust").getString())); penaltyOverOther = penaltyOverOther.add(new BigDecimal(boLRIT.getAttribute("penalty_adjust").getString())); } - //bo.setAttributeValue("PLAN_PENALTY", penalty); + bo.setAttributeValue("PLAN_PENALTY", penalty); bo.setAttributeValue("FACT_PENALTY", factPenalty); bo.setAttributeValue("OTHER_PENALTY_ADJUST", penaltyAdjustOther); - //bo.setAttributeValue("PENALTY_OVER", penaltyOverOther); + bo.setAttributeValue("PENALTY_OVER", penaltyOverOther); } @Override