mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-02 08:03:21 +00:00
feat: add setting to hide Subscription references across doctypes (#54576)
This commit is contained in:
@@ -581,6 +581,8 @@ accounting_dimension_doctypes = [
|
||||
"Advance Taxes and Charges",
|
||||
]
|
||||
|
||||
subscription_doctypes = ["Sales Invoice", "Purchase Invoice", "Payment Request", "POS Invoice"]
|
||||
|
||||
get_matching_queries = (
|
||||
"erpnext.accounts.doctype.bank_reconciliation_tool.bank_reconciliation_tool.get_matching_queries"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user