mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 21:18:27 +00:00
fixed asset: related accounts added in default chart of accounts
This commit is contained in:
@@ -48,7 +48,8 @@
|
||||
},
|
||||
"Plant and Machinery": {
|
||||
"account_type": "Fixed Asset"
|
||||
}
|
||||
},
|
||||
"Accumulated Depreciations": {}
|
||||
},
|
||||
"Investments": {
|
||||
"is_group": 1
|
||||
|
||||
@@ -52,7 +52,8 @@ def get():
|
||||
},
|
||||
_("Plant and Machinery"): {
|
||||
"account_type": "Fixed Asset"
|
||||
}
|
||||
},
|
||||
_("Accumulated Depreciations"): {}
|
||||
},
|
||||
_("Investments"): {
|
||||
"is_group": 1
|
||||
|
||||
Reference in New Issue
Block a user