Subversion Repositories SmartDukaan

Rev

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

Rev 34092 Rev 34147
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")) {
820
                                    continue;
821
                                    continue;
821
                                }
822
                                }
822
                            }
823
                            }
823
                            amount = eligiblePayoutValue;
824
                            amount = eligiblePayoutValue;
824
                        }
825
                        }