From 4d6d456a0dccbdb89dfa4173464ab4a75efc67f2 Mon Sep 17 00:00:00 2001 From: Khairil Zhafri Date: Mon, 20 Mar 2017 00:15:34 +0800 Subject: [PATCH] Update standard_chart_of_accounts.py Minor spelling edits --- .../chart_of_accounts/verified/standard_chart_of_accounts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py b/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py index c6495c18a6..af2d06cafe 100644 --- a/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +++ b/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py @@ -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" },