Corrected the filename in the csv method of the AccountsWithUnmatchedOffsets report class.
This commit is contained in:
parent
f9aa226bf9
commit
8c899776f2
@ -144,7 +144,7 @@ class AccountsWithUnmatchedOffsets(BaseReport):
|
|||||||
|
|
||||||
:return: The response of the report for download.
|
:return: The response of the report for download.
|
||||||
"""
|
"""
|
||||||
filename: str = f"unapplied-accounts.csv"
|
filename: str = "unmatched-accounts.csv"
|
||||||
return csv_download(filename, get_csv_rows(self.__accounts))
|
return csv_download(filename, get_csv_rows(self.__accounts))
|
||||||
|
|
||||||
def html(self) -> str:
|
def html(self) -> str:
|
||||||
|
Loading…
Reference in New Issue
Block a user