You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validation error in accounting processes . Existence of double negative in code.
Steps to reproduce the error
AcctServerData.java code display . Existence of an incorrect double negative.
Expected behavior
The correct validation of conditions
Affected Version
Version number: Included in Etendo Core 24.1.1
Solution Design (optional)
Remove double negative to only verify that the object is not empty.
Important
The double negation introduced during the class refactor has been corrected. However, it is important to note that, according to our investigations, this code no longer executes because the "Process" tab in the "General Ledger Configuration" window is inactive in Etendo in this manner. This error was not detected by our automated tests because it concerns a deprecated functionality that we no longer support.
Other test cases
Given: An accounting process configured and attached in "General ledger" When: The accounting process runs Then: The accounting process is executed
The text was updated successfully, but these errors were encountered:
Error's description
Validation error in accounting processes . Existence of double negative in code.
Steps to reproduce the error
AcctServerData.java code display . Existence of an incorrect double negative.
Expected behavior
The correct validation of conditions
Affected Version
Version number: Included in Etendo Core 24.1.1
Solution Design (optional)
Remove double negative to only verify that the object is not empty.
Important
The double negation introduced during the class refactor has been corrected. However, it is important to note that, according to our investigations, this code no longer executes because the "Process" tab in the "General Ledger Configuration" window is inactive in Etendo in this manner. This error was not detected by our automated tests because it concerns a deprecated functionality that we no longer support.
Other test cases
Given: An accounting process configured and attached in "General ledger"
When: The accounting process runs
Then: The accounting process is executed
The text was updated successfully, but these errors were encountered: