fix: sider issue
diff --git a/erpnext/manufacturing/doctype/work_order/work_order.py b/erpnext/manufacturing/doctype/work_order/work_order.py
index 117e2a2..48703bc 100644
--- a/erpnext/manufacturing/doctype/work_order/work_order.py
+++ b/erpnext/manufacturing/doctype/work_order/work_order.py
@@ -1015,7 +1015,7 @@
 			filters={
 				"work_order": work_order.name,
 				"status": "Work In Progress"
-		}, pluck='name')
+			}, pluck='name')
 
 		if job_cards:
 			job_cards = ", ".join(job_cards)