chore: remove 'Experimental' tag

(cherry picked from commit 4620025dcd)

# Conflicts:
#	erpnext/accounts/doctype/process_payment_reconciliation_log/process_payment_reconciliation_log.json
This commit is contained in:
ruthra kumar
2025-01-08 08:22:37 +05:30
committed by Mergify
parent 04384c47f8
commit acd66fa00c
3 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
{
"actions": [],
"autoname": "format:ACC-PPR-{#####}",
"beta": 1,
"creation": "2023-03-30 21:28:39.793927",
"default_view": "List",
"doctype": "DocType",
@@ -158,7 +157,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2024-08-27 14:48:56.715320",
"modified": "2025-01-08 08:22:14.798085",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Process Payment Reconciliation",
@@ -192,4 +191,4 @@
"sort_order": "DESC",
"states": [],
"title_field": "company"
}
}

View File

@@ -212,7 +212,7 @@ def trigger_reconciliation_for_queued_docs():
unique_filters = set()
queue_size = 5
fields = ["company", "party_type", "party", "receivable_payable_account"]
fields = ["company", "party_type", "party", "receivable_payable_account", "default_advance_account"]
def get_filters_as_tuple(fields, doc):
filters = ()

View File

@@ -1,7 +1,6 @@
{
"actions": [],
"autoname": "format:PPR-LOG-{##}",
"beta": 1,
"creation": "2023-03-13 15:00:09.149681",
"default_view": "List",
"doctype": "DocType",
@@ -110,7 +109,11 @@
"in_create": 1,
"index_web_pages_for_search": 1,
"links": [],
<<<<<<< HEAD
"modified": "2023-11-02 11:32:12.254018",
=======
"modified": "2025-01-08 08:22:19.104975",
>>>>>>> 4620025dcd (chore: remove 'Experimental' tag)
"modified_by": "Administrator",
"module": "Accounts",
"name": "Process Payment Reconciliation Log",