Subversion Repositories SmartDukaan

Rev

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

Rev 33357 Rev 33364
Line 3927... Line 3927...
3927
    }
3927
    }
3928
 
3928
 
3929
    @Autowired
3929
    @Autowired
3930
    SidbiService sidbiService;
3930
    SidbiService sidbiService;
3931
 
3931
 
3932
    public void processSidbiDeductions() {
3932
    public void processSidbiDeductions() throws ProfitMandiBusinessException {
3933
        sidbiService.migrateSanctions();
3933
        sidbiService.migrateSanctions();
3934
        sidbiService.processDeductions();
3934
        sidbiService.processDeductions();
3935
    }
3935
    }
3936
 
3936
 
3937
    public void updatePartnerLimit() throws ProfitMandiBusinessException {
3937
    public void updatePartnerLimit() throws ProfitMandiBusinessException {