[translation] [fixes] #5860

This commit is contained in:
Rushabh Mehta
2016-09-15 15:15:45 +05:30
parent 83d81203b2
commit 769dda0874
5 changed files with 32 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ def install(country=None):
# salary component
{'doctype': 'Salary Component', 'salary_component': _('Income Tax'), 'description': _('Income Tax')},
{'doctype': 'Salary Component', 'salary_component': _('Basic'), 'description': _('Basic')},
# expense claim type
{'doctype': 'Expense Claim Type', 'name': _('Calls'), 'expense_type': _('Calls')},
{'doctype': 'Expense Claim Type', 'name': _('Food'), 'expense_type': _('Food')},
@@ -209,5 +209,4 @@ def install(country=None):
# make sure DuplicateEntryError is for the exact same doc and not a related doc
pass
else:
raise
raise