Subversion Repositories SmartDukaan

Rev

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

Rev 33355 Rev 33357
Line 869... Line 869...
869
 
869
 
870
    public void rejectPriceDropsOfApprovedImeis() throws ProfitMandiBusinessException {
870
    public void rejectPriceDropsOfApprovedImeis() throws ProfitMandiBusinessException {
871
        priceDropService.rejectPriceDropsOfApprovedImeis();
871
        priceDropService.rejectPriceDropsOfApprovedImeis();
872
    }
872
    }
873
 
873
 
-
 
874
    public void processDeductions() {
-
 
875
        sidbiService.processDeductions();
-
 
876
    }
-
 
877
 
874
    private class SaleRoles {
878
    private class SaleRoles {
875
 
879
 
876
        private List<String> l1;
880
        private List<String> l1;
877
        private List<String> l2;
881
        private List<String> l2;
878
 
882