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

fix: move validate_total_debit_and_credit fromvalidate toon_submit in Journal Entry #44339

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

vishakhdesai
Copy link
Contributor

Issue: https://support.frappe.io/helpdesk/tickets/20084
image

image
Total Debit and Credit are shown same even when there is a difference amount.

Solution:
Remove the validation validate_total_debit_and_credit and let the user save Journal Entry. This will recalculate and correct the amounts shown.

Instead, validate validate_total_debit_and_credit in on_submit

@github-actions github-actions bot added the needs-tests This PR needs automated unit-tests. label Nov 26, 2024
@ruthra-kumar ruthra-kumar self-assigned this Dec 3, 2024
@ruthra-kumar
Copy link
Member

Instead, validate validate_total_debit_and_credit in on_submit

I've moved the validation tobefore_submit, as it a looks like a better spot for this.

@ruthra-kumar ruthra-kumar merged commit 483fd12 into frappe:develop Dec 3, 2024
13 checks passed
ruthra-kumar added a commit that referenced this pull request Dec 3, 2024
…-44339

fix: move `validate_total_debit_and_credit` from`validate` to`on_submit` in Journal Entry (backport #44339)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport version-15-hotfix needs-tests This PR needs automated unit-tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants