mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
fix(Asset Repair): Remove unnecessary condition
This commit is contained in:
@@ -15,7 +15,6 @@ class AssetRepair(Document):
|
||||
self.completion_date = nowdate()
|
||||
|
||||
self.update_status()
|
||||
if self.stock_consumption:
|
||||
self.set_total_value() # change later
|
||||
self.calculate_total_repair_cost()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user