This reverts commit aa196c0a66

This commit is contained in:
Deepesh Garg
2020-05-30 11:37:36 +05:30
parent dfa32a77c1
commit f8550790fa
7 changed files with 7 additions and 9 deletions

View File

@@ -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 = {