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

Syncing from upstream Vauxoo/addons-vauxoo (16.0) #323

Merged
merged 1 commit into from
May 15, 2024

Conversation

bt-admin
Copy link

bt_gitbot

…internal_transfer_with_agreed_amount test

The test was failing due to an attempt to write to the invisible field
'destination_journal_id'. This occurred because the
'destination_journal_id' field was set to be invisible when the
'is_internal_transfer' field is not True. Consequently, when the
'journal_id' field changed in the form, the 'is_internal_transfer' value
changed to False, triggering the error.

This commit resolves the issue and prevents the AssertionError.
@bt-admin bt-admin added the 16.0 label May 15, 2024
@bt-admin bt-admin merged commit a2d0457 into brain-tec:16.0 May 15, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants