mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
Update standard_chart_of_accounts.py
Minor spelling edits
This commit is contained in:
@@ -17,7 +17,7 @@ def get():
|
|||||||
"account_type": "Bank",
|
"account_type": "Bank",
|
||||||
"is_group": 1
|
"is_group": 1
|
||||||
},
|
},
|
||||||
_("Cash In Hand"): {
|
_("Cash in Hand"): {
|
||||||
_("Cash"): {
|
_("Cash"): {
|
||||||
"account_type": "Cash"
|
"account_type": "Cash"
|
||||||
},
|
},
|
||||||
@@ -107,7 +107,7 @@ def get():
|
|||||||
_("Office Maintenance Expenses"): {},
|
_("Office Maintenance Expenses"): {},
|
||||||
_("Office Rent"): {},
|
_("Office Rent"): {},
|
||||||
_("Postal Expenses"): {},
|
_("Postal Expenses"): {},
|
||||||
_("Print and Stationary"): {},
|
_("Print and Stationery"): {},
|
||||||
_("Round Off"): {
|
_("Round Off"): {
|
||||||
"account_type": "Round Off"
|
"account_type": "Round Off"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user