mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 02:44:52 +00:00
chore: uncomment previously disabled code
This commit is contained in:
@@ -513,7 +513,7 @@ def depreciate_asset(asset_doc, date, notes):
|
|||||||
# As per Income Tax Act (India), the asset should not be depreciated
|
# As per Income Tax Act (India), the asset should not be depreciated
|
||||||
# in the financial year in which it is sold/scraped
|
# in the financial year in which it is sold/scraped
|
||||||
asset_doc.reload()
|
asset_doc.reload()
|
||||||
# cancel_depreciation_entries(asset_doc, date)
|
cancel_depreciation_entries(asset_doc, date)
|
||||||
|
|
||||||
|
|
||||||
@erpnext.allow_regional
|
@erpnext.allow_regional
|
||||||
|
|||||||
Reference in New Issue
Block a user