Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save orders with state processing after autoinvoice #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alenalato
Copy link

version: 1.9.2 on Magento 2.4.2

All the operations on order model happening when auto-invoicing a order with state processing are lost because no one saves it.

Module configuration to reproduce:

  • Auto-Invoice: enable
  • Approved State: processing

Current effect of approval:

  • order is in processing state
  • order has invoice
  • order totals about invoice are untouched (total_paid, total_invoiced, ...)

Expected effect of approval:

  • order is in processing state
  • order has invoice
  • order totals about invoice have been updated (total_paid, total_invoiced, ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant