Wednesday, September 4, 2024
1 change · 17.0
Code cleanup and technical improvements
This update moves a technical error handler (TaxClosingNonPostedDependingMovesError) from the account_reports module to the core account module. This change improves the system's ability to handle batch move confirmations by ensuring the error can be properly caught in both locations where it's now needed.
Original PR description
We need TaxClosingNonPostedDependingMovesError inside account because it is now also used there to catch it when confirming batch of moves.