mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
fix: remove unnecessary whitelist from internal helper function
This commit is contained in:
@@ -111,8 +111,7 @@ class BankStatementImport(DataImport):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
@frappe.whitelist()
|
def preprocess_mt940_content(content: str) -> str:
|
||||||
def preprocess_mt940_content(content):
|
|
||||||
"""Preprocess MT940 content to fix statement number format issues.
|
"""Preprocess MT940 content to fix statement number format issues.
|
||||||
|
|
||||||
The MT940 standard expects statement numbers to be maximum 5 digits,
|
The MT940 standard expects statement numbers to be maximum 5 digits,
|
||||||
|
|||||||
Reference in New Issue
Block a user