mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
chore: remove 'repost_required' from Journal Entry
(cherry picked from commit e81373bb6a)
# Conflicts:
# erpnext/accounts/doctype/journal_entry/journal_entry.json
This commit is contained in:
@@ -64,8 +64,7 @@
|
|||||||
"stock_entry",
|
"stock_entry",
|
||||||
"subscription_section",
|
"subscription_section",
|
||||||
"auto_repeat",
|
"auto_repeat",
|
||||||
"amended_from",
|
"amended_from"
|
||||||
"repost_required"
|
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@@ -544,15 +543,6 @@
|
|||||||
"label": "Is System Generated",
|
"label": "Is System Generated",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
|
||||||
{
|
|
||||||
"default": "0",
|
|
||||||
"fieldname": "repost_required",
|
|
||||||
"fieldtype": "Check",
|
|
||||||
"hidden": 1,
|
|
||||||
"label": "Repost Required",
|
|
||||||
"print_hide": 1,
|
|
||||||
"read_only": 1
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-file-text",
|
"icon": "fa fa-file-text",
|
||||||
@@ -567,7 +557,11 @@
|
|||||||
"table_fieldname": "payment_entries"
|
"table_fieldname": "payment_entries"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2023-11-23 12:11:04.128015",
|
"modified": "2023-11-23 12:11:04.128015",
|
||||||
|
=======
|
||||||
|
"modified": "2024-07-18 15:32:29.413598",
|
||||||
|
>>>>>>> e81373bb6a (chore: remove 'repost_required' from Journal Entry)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Journal Entry",
|
"name": "Journal Entry",
|
||||||
|
|||||||
@@ -47,9 +47,7 @@ class JournalEntry(AccountsController):
|
|||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from frappe.types import DF
|
from frappe.types import DF
|
||||||
|
|
||||||
from erpnext.accounts.doctype.journal_entry_account.journal_entry_account import (
|
from erpnext.accounts.doctype.journal_entry_account.journal_entry_account import JournalEntryAccount
|
||||||
JournalEntryAccount,
|
|
||||||
)
|
|
||||||
|
|
||||||
accounts: DF.Table[JournalEntryAccount]
|
accounts: DF.Table[JournalEntryAccount]
|
||||||
amended_from: DF.Link | None
|
amended_from: DF.Link | None
|
||||||
|
|||||||
Reference in New Issue
Block a user