mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
This reverts commit aa196c0a66
This commit is contained in:
@@ -58,7 +58,8 @@ def make_depreciation_entry(asset_name, date=None):
|
||||
"account": accumulated_depreciation_account,
|
||||
"credit_in_account_currency": d.depreciation_amount,
|
||||
"reference_type": "Asset",
|
||||
"reference_name": asset.name
|
||||
"reference_name": asset.name,
|
||||
"cost_center": ""
|
||||
}
|
||||
|
||||
debit_entry = {
|
||||
|
||||
Reference in New Issue
Block a user