fix: remove deprecated field "statement_import_log"

This commit is contained in:
ljain112
2024-06-25 14:27:04 +05:30
parent 13fb560401
commit b202409428
2 changed files with 1 additions and 9 deletions

View File

@@ -26,7 +26,6 @@
"section_import_preview",
"import_preview",
"import_log_section",
"statement_import_log",
"show_failed_logs",
"import_log_preview",
"reference_doctype",
@@ -195,12 +194,6 @@
"fieldname": "column_break_4",
"fieldtype": "Column Break"
},
{
"fieldname": "statement_import_log",
"fieldtype": "Code",
"label": "Statement Import Log",
"options": "JSON"
},
{
"default": "0",
"fieldname": "custom_delimiters",
@@ -218,7 +211,7 @@
],
"hide_toolbar": 1,
"links": [],
"modified": "2024-06-25 15:34:35.214946",
"modified": "2024-06-25 16:33:50.675848",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Bank Statement Import",

View File

@@ -39,7 +39,6 @@ class BankStatementImport(DataImport):
mute_emails: DF.Check
reference_doctype: DF.Link
show_failed_logs: DF.Check
statement_import_log: DF.Code | None
status: DF.Literal["Pending", "Success", "Partial Success", "Error"]
submit_after_import: DF.Check
template_options: DF.Code | None