[Minor] Update Status based on Asset Maintenance and Asse Repair (#11886)

This commit is contained in:
KanchanChauhan
2017-12-12 15:03:21 +05:30
committed by Nabin Hait
parent d18423d9c7
commit 34ed1df9ef
3 changed files with 16 additions and 5 deletions

View File

@@ -224,7 +224,8 @@ scheduler_events = {
"erpnext.stock.doctype.serial_no.serial_no.update_maintenance_status",
"erpnext.buying.doctype.supplier_scorecard.supplier_scorecard.refresh_scorecards",
"erpnext.setup.doctype.company.company.cache_companies_monthly_sales_history",
"erpnext.manufacturing.doctype.bom_update_tool.bom_update_tool.update_latest_price_in_all_boms"
"erpnext.manufacturing.doctype.bom_update_tool.bom_update_tool.update_latest_price_in_all_boms",
"erpnext.assets.doctype.asset.asset.update_maintenance_status"
]
}