mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
refactor: remove 'format:' based naming in internal doctypes
(cherry picked from commit e2ec3e453a)
# Conflicts:
# erpnext/accounts/doctype/repost_accounting_ledger/repost_accounting_ledger.json
# erpnext/accounts/doctype/repost_payment_ledger/repost_payment_ledger.json
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
{
|
{
|
||||||
"actions": [],
|
"actions": [],
|
||||||
"allow_rename": 1,
|
|
||||||
"autoname": "format:ACC-REPOST-{#####}",
|
|
||||||
"creation": "2023-07-04 13:07:32.923675",
|
"creation": "2023-07-04 13:07:32.923675",
|
||||||
"default_view": "List",
|
"default_view": "List",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
@@ -55,11 +53,14 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2023-09-26 14:21:27.362567",
|
"modified": "2023-09-26 14:21:27.362567",
|
||||||
|
=======
|
||||||
|
"modified": "2024-05-23 17:00:42.984798",
|
||||||
|
>>>>>>> e2ec3e453a (refactor: remove 'format:' based naming in internal doctypes)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Repost Accounting Ledger",
|
"name": "Repost Accounting Ledger",
|
||||||
"naming_rule": "Expression",
|
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"actions": [],
|
"actions": [],
|
||||||
"allow_rename": 1,
|
|
||||||
"creation": "2022-10-19 21:59:33.553852",
|
"creation": "2022-10-19 21:59:33.553852",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
"editable_grid": 1,
|
"editable_grid": 1,
|
||||||
@@ -99,7 +98,11 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2023-09-26 14:21:35.719727",
|
"modified": "2023-09-26 14:21:35.719727",
|
||||||
|
=======
|
||||||
|
"modified": "2024-05-23 17:00:31.540640",
|
||||||
|
>>>>>>> e2ec3e453a (refactor: remove 'format:' based naming in internal doctypes)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Repost Payment Ledger",
|
"name": "Repost Payment Ledger",
|
||||||
|
|||||||
Reference in New Issue
Block a user