Merge pull request #8063 from khrlzhfr/patch-1

Update standard_chart_of_accounts.py
This commit is contained in:
Nabin Hait 2017-03-23 17:01:34 +05:30 committed by GitHub
commit f44f04e33a

View File

@ -17,7 +17,7 @@ def get():
"account_type": "Bank",
"is_group": 1
},
_("Cash In Hand"): {
_("Cash in Hand"): {
_("Cash"): {
"account_type": "Cash"
},
@ -107,7 +107,7 @@ def get():
_("Office Maintenance Expenses"): {},
_("Office Rent"): {},
_("Postal Expenses"): {},
_("Print and Stationary"): {},
_("Print and Stationery"): {},
_("Round Off"): {
"account_type": "Round Off"
},