-
Notifications
You must be signed in to change notification settings - Fork 12
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
EPL-1238 : No custom accounting can be added to internal consumption #306
Labels
bug
Something isn't working
Comments
Amar-Etendo
pushed a commit
that referenced
this issue
May 21, 2024
…ng internal consumption document EPL-1238
Amar-Etendo
pushed a commit
that referenced
this issue
May 21, 2024
…al consumption document EPL-1238
Amar-Etendo
added a commit
that referenced
this issue
May 21, 2024
Amar-Etendo
added a commit
that referenced
this issue
May 21, 2024
valeg-etendo
added a commit
that referenced
this issue
May 24, 2024
facumoyanosmf
added a commit
that referenced
this issue
May 24, 2024
Issue #306: fix custom accounting for internal consumption
Important Bug resolved in version 24.1.7. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error's description
If you want to use custom accounting for the internal consumption table, the process always posts using the Core method, not the custom one.
Steps to reproduce the error
Note: To reproduce the bug, the Accounting Template field in the Active Tables tab of the General Ledger Accounting window must be visible.
for example:
Expected behavior
The process should post using the java class we created.
Affected version
23.2.4
Solution design
In the class org.openbravo.erpCommon.ad_forms.DocInternalConsumption there is a method called createFact that has an else like the one in the attached image. (screen1)
The else should be changed by an if like the one in the other attached image (screen2)
The text was updated successfully, but these errors were encountered: