Skip to content

Commit

Permalink
Invoice: fixed advance payment refund
Browse files Browse the repository at this point in the history
RM88848
  • Loading branch information
ale-axelor committed Dec 20, 2024
1 parent af98003 commit cd02b4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ public VentilateAdvancePaymentRefundState(
AccountingSituationService accountingSituationService,
InvoiceJournalService invoiceJournalService,
InvoicePfpValidateService invoicePfpValidateService,
InvoiceTermPfpToolService invoiceTermPfpToolService) {
InvoiceTermPfpToolService invoiceTermPfpToolService,
AdvancePaymentRefundService advancePaymentRefundService) {
super(
sequenceService,
moveCreateFromInvoiceService,
Expand All @@ -70,6 +71,7 @@ public VentilateAdvancePaymentRefundState(
invoiceJournalService,
invoicePfpValidateService,
invoiceTermPfpToolService);
this.advancePaymentRefundService = advancePaymentRefundService;
}

@Override
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Invoice: fixed an issue preventing advance payment invoice refund."
module: axelor-account

0 comments on commit cd02b4b

Please sign in to comment.