Subversion Repositories SmartDukaan

Rev

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

Rev 33433 Rev 33434
Line 3943... Line 3943...
3943
 
3943
 
3944
    @Autowired
3944
    @Autowired
3945
    SidbiService sidbiService;
3945
    SidbiService sidbiService;
3946
 
3946
 
3947
    public void processSidbiDeductions() throws ProfitMandiBusinessException {
3947
    public void processSidbiDeductions() throws ProfitMandiBusinessException {
3948
        sidbiService.migrateSanctions();
3948
        //sidbiService.migrateSanctions();
3949
        sidbiService.processDeductions();
3949
        sidbiService.processDeductions();
3950
    }
3950
    }
3951
 
3951
 
3952
    public void updatePartnerLimit() throws ProfitMandiBusinessException {
3952
    public void updatePartnerLimit() throws ProfitMandiBusinessException {
3953
        Map<Integer, CustomRetailer> customRetailerMap = retailerService.getFofoRetailers(true);
3953
        Map<Integer, CustomRetailer> customRetailerMap = retailerService.getFofoRetailers(true);