Subversion Repositories SmartDukaan

Rev

Rev 35788 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35788 Rev 35803
Line 834... Line 834...
834
 
834
 
835
    @Autowired
835
    @Autowired
836
    CreditNoteService creditNoteService;
836
    CreditNoteService creditNoteService;
837
 
837
 
838
    public void sendCreditNote(YearMonth yearMonth) throws Exception {
838
    public void sendCreditNote(YearMonth yearMonth) throws Exception {
-
 
839
        LOGGER.info("Running SendCreditNote for {}", yearMonth.toString());
839
        creditNoteService.issueMonthlyMarginsCN(yearMonth);
840
        creditNoteService.issueMonthlyMarginsCN(yearMonth);
840
    }
841
    }
841
 
842
 
842
    @Autowired
843
    @Autowired
843
    BrandAgeingLimitRepository brandAgeingLimitRepository;
844
    BrandAgeingLimitRepository brandAgeingLimitRepository;