mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-03 16:40:19 +00:00
[cleanup]
This commit is contained in:
@@ -183,7 +183,10 @@ def install(country=None):
|
||||
{"doctype": "Offer Term", "offer_term": _("Incentives")},
|
||||
|
||||
{'doctype': "Print Heading", 'print_heading': _("Credit Note")},
|
||||
{'doctype': "Print Heading", 'print_heading': _("Debit Note")}
|
||||
{'doctype': "Print Heading", 'print_heading': _("Debit Note")},
|
||||
|
||||
{"doctype": "Salary Component", "salary_component": _("Basic")},
|
||||
{"doctype": "Salary Component", "salary_component": _("Income Tax")},
|
||||
]
|
||||
|
||||
from erpnext.setup.setup_wizard.industry_type import get_industry_types
|
||||
|
||||
Reference in New Issue
Block a user