mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 15:02:12 +00:00
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:
@@ -26,7 +26,6 @@
|
|||||||
"section_import_preview",
|
"section_import_preview",
|
||||||
"import_preview",
|
"import_preview",
|
||||||
"import_log_section",
|
"import_log_section",
|
||||||
"statement_import_log",
|
|
||||||
"show_failed_logs",
|
"show_failed_logs",
|
||||||
"import_log_preview",
|
"import_log_preview",
|
||||||
"reference_doctype",
|
"reference_doctype",
|
||||||
@@ -195,12 +194,6 @@
|
|||||||
"fieldname": "column_break_4",
|
"fieldname": "column_break_4",
|
||||||
"fieldtype": "Column Break"
|
"fieldtype": "Column Break"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname": "statement_import_log",
|
|
||||||
"fieldtype": "Code",
|
|
||||||
"label": "Statement Import Log",
|
|
||||||
"options": "JSON"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
"fieldname": "custom_delimiters",
|
"fieldname": "custom_delimiters",
|
||||||
@@ -218,11 +211,15 @@
|
|||||||
],
|
],
|
||||||
"hide_toolbar": 1,
|
"hide_toolbar": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
"modified": "2022-09-07 11:11:40.293317",
|
"modified": "2022-09-07 11:11:40.293317",
|
||||||
=======
|
=======
|
||||||
"modified": "2024-06-25 15:34:35.214946",
|
"modified": "2024-06-25 15:34:35.214946",
|
||||||
>>>>>>> 13fb560401 (fix: custom delimiters)
|
>>>>>>> 13fb560401 (fix: custom delimiters)
|
||||||
|
=======
|
||||||
|
"modified": "2024-06-25 16:33:50.675848",
|
||||||
|
>>>>>>> b202409428 (fix: remove deprecated field "statement_import_log")
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Bank Statement Import",
|
"name": "Bank Statement Import",
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ class BankStatementImport(DataImport):
|
|||||||
mute_emails: DF.Check
|
mute_emails: DF.Check
|
||||||
reference_doctype: DF.Link
|
reference_doctype: DF.Link
|
||||||
show_failed_logs: DF.Check
|
show_failed_logs: DF.Check
|
||||||
statement_import_log: DF.Code | None
|
|
||||||
status: DF.Literal["Pending", "Success", "Partial Success", "Error"]
|
status: DF.Literal["Pending", "Success", "Partial Success", "Error"]
|
||||||
submit_after_import: DF.Check
|
submit_after_import: DF.Check
|
||||||
template_options: DF.Code | None
|
template_options: DF.Code | None
|
||||||
|
|||||||
Reference in New Issue
Block a user