[cleanup]

This commit is contained in:
Rushabh Mehta
2016-07-08 18:24:46 +05:30
parent e37625b0c2
commit cca33b2ff0
20 changed files with 456 additions and 157 deletions

View File

@@ -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