Closed lasuk closed 2 months ago
LedgerEngine.standardize_vat_codes() currently returns a DataFrame with the vat_code as index.
LedgerEngine.standardize_vat_codes()
We decided to stop using DataFrame indexes and should adapt the interface accordingly.
This change will affect the test suite in cashctrl_ledger. See example.
LedgerEngine.standardize_vat_codes()
currently returns a DataFrame with the vat_code as index.We decided to stop using DataFrame indexes and should adapt the interface accordingly.
This change will affect the test suite in cashctrl_ledger. See example.