fix: remove deprecated field "statement_import_log"

(cherry picked from commit b202409428)

# Conflicts:
#	erpnext/accounts/doctype/bank_statement_import/bank_statement_import.json
This commit is contained in:
ljain112
2024-06-25 14:27:04 +05:30
committed by Mergify
parent 43ad2fed63
commit 2f0b97d91b
2 changed files with 4 additions and 8 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,11 +211,15 @@
],
"hide_toolbar": 1,
"links": [],
<<<<<<< HEAD
<<<<<<< HEAD
"modified": "2022-09-07 11:11:40.293317",
=======
"modified": "2024-06-25 15:34:35.214946",
>>>>>>> 13fb560401 (fix: custom delimiters)
=======
"modified": "2024-06-25 16:33:50.675848",
>>>>>>> b202409428 (fix: remove deprecated field "statement_import_log")
"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