Subversion Repositories SmartDukaan

Rev

Rev 34147 | Rev 34217 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34147 Rev 34148
Line 814... Line 814...
814
                        double amount = 0;
814
                        double amount = 0;
815
                        if (AmountType.SLAB_FIXED.equals(itemCriteriaPayout.getAmountType())) {
815
                        if (AmountType.SLAB_FIXED.equals(itemCriteriaPayout.getAmountType())) {
816
                            amount = (eligiblePayoutValue * lineItemValueEntry.getValue()) / totalDpValue;
816
                            amount = (eligiblePayoutValue * lineItemValueEntry.getValue()) / totalDpValue;
817
                        } else {
817
                        } else {
818
                            if (ageingSummaryModelsMap.containsKey(fofoLineItem.getSerialNumber())) {
818
                            if (ageingSummaryModelsMap.containsKey(fofoLineItem.getSerialNumber())) {
819
                                if (ageingSummaryModelsMap.get(fofoLineItem.getSerialNumber()).isAgedAbove(300)
819
                                if (ageingSummaryModelsMap.get(fofoLineItem.getSerialNumber()).isAgedAbove(300)) {
820
                                        && !fofoLineItem.getSerialNumber().equals("350835031131134") && !fofoLineItem.getSerialNumber().equals("350835033366159")) {
-
 
821
                                    continue;
820
                                    continue;
822
                                }
821
                                }
823
                            }
822
                            }
824
                            amount = eligiblePayoutValue;
823
                            amount = eligiblePayoutValue;
825
                        }
824
                        }