fix: drop removed Restaurant doctype from sales tax template dashboard (#58191)

This commit is contained in:
Pandiyan P
2026-08-16 16:20:11 +05:30
committed by GitHub
parent 4a5943e2fb
commit 9ee41029c8

View File

@@ -7,10 +7,9 @@ def get_data():
"non_standard_fieldnames": {
"Tax Rule": "sales_tax_template",
"Subscription": "sales_tax_template",
"Restaurant": "default_tax_template",
},
"transactions": [
{"label": _("Transactions"), "items": ["Sales Invoice", "Sales Order", "Delivery Note"]},
{"label": _("References"), "items": ["POS Profile", "Subscription", "Restaurant", "Tax Rule"]},
{"label": _("References"), "items": ["POS Profile", "Subscription", "Tax Rule"]},
],
}