mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
[minor] only one Temporary Opening account
This commit is contained in:
@@ -54,8 +54,8 @@
|
|||||||
"Investments": {
|
"Investments": {
|
||||||
"is_group": 1
|
"is_group": 1
|
||||||
},
|
},
|
||||||
"Temporary Accounts (Assets)": {
|
"Temporary Accounts": {
|
||||||
"Temporary Assets": {}
|
"Temporary Opening": {}
|
||||||
},
|
},
|
||||||
"root_type": "Asset"
|
"root_type": "Asset"
|
||||||
},
|
},
|
||||||
@@ -175,9 +175,6 @@
|
|||||||
"Unsecured Loans": {},
|
"Unsecured Loans": {},
|
||||||
"Bank Overdraft Account": {}
|
"Bank Overdraft Account": {}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"Temporary Accounts (Liabilities)": {
|
|
||||||
"Temporary Liabilities": {}
|
|
||||||
},
|
},
|
||||||
"root_type": "Liability"
|
"root_type": "Liability"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ def get():
|
|||||||
_("Investments"): {
|
_("Investments"): {
|
||||||
"is_group": 1
|
"is_group": 1
|
||||||
},
|
},
|
||||||
_("Temporary Accounts (Assets)"): {
|
_("Temporary Accounts"): {
|
||||||
_("Temporary Assets"): {}
|
_("Temporary Opening"): {}
|
||||||
},
|
},
|
||||||
"root_type": "Asset"
|
"root_type": "Asset"
|
||||||
},
|
},
|
||||||
@@ -174,9 +174,6 @@ def get():
|
|||||||
_("Unsecured Loans"): {},
|
_("Unsecured Loans"): {},
|
||||||
_("Bank Overdraft Account"): {},
|
_("Bank Overdraft Account"): {},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
_("Temporary Accounts (Liabilities)"): {
|
|
||||||
_("Temporary Liabilities"): {}
|
|
||||||
},
|
},
|
||||||
"root_type": "Liability"
|
"root_type": "Liability"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user