Added a settings in Accounts Settings to disable booking depreciation entry automatically
This commit is contained in:
@@ -18,6 +18,9 @@ def work():
|
||||
# fixed_asset.work() already run
|
||||
return
|
||||
|
||||
# Enable booking asset depreciation entry automatically
|
||||
frappe.db.set_value("Accounts Settings", None, "book_asset_depreciation_entry_automatically", 1)
|
||||
|
||||
# post depreciation entries as on today
|
||||
post_depreciation_entries()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user