mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
fix: travis
This commit is contained in:
@@ -58,8 +58,7 @@ 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,
|
||||
"cost_center": ""
|
||||
"reference_name": asset.name
|
||||
}
|
||||
|
||||
debit_entry = {
|
||||
|
||||
Reference in New Issue
Block a user