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

[16.0][FIX] account_statement_import_base: sanitized acc number #729

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Commits on Oct 20, 2024

  1. [FIX] account_statement_import_base: sanitized acc number

    The field acc_number in the database is not sanitized by default.
    
    This leads to account_bank_statement_line with an empty partner_id
    because the check done in _statement_line_import_update_hook()
    uses the sanitized_acc_number instead of the acc_number.
    
    For a right comparison the sanitized version of the acc_number should be
    put in the speeddict.
    remytms committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    d4dfcd5 View commit details
    Browse the repository at this point in the history