Skip to content

total_tax_add() improvements #39

Description

@antaldaniel

Case handling (matching): Current code lowercases the key column but
not tax_names; documented “not case sensitive” is therefore incorrect.
Normalize both sides internally (e.g., to_lower() on inputs).

Case handling (new row search): The NA→0 household fix searches the
lower-cased key column against the raw total_tax_name. With the
default "TOTAL_TAX" this may fail. Normalize in both places.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions