chore: Add comment hinting to reason
diff --git a/erpnext/manufacturing/report/cost_of_poor_quality_report/cost_of_poor_quality_report.py b/erpnext/manufacturing/report/cost_of_poor_quality_report/cost_of_poor_quality_report.py
index c79ded6..e6666f0 100644
--- a/erpnext/manufacturing/report/cost_of_poor_quality_report/cost_of_poor_quality_report.py
+++ b/erpnext/manufacturing/report/cost_of_poor_quality_report/cost_of_poor_quality_report.py
@@ -45,6 +45,8 @@
 
 	return filters
 
+# Check PR #28123 as to why this is commented
+
 # def update_raw_material_cost(row, filters):
 # 	row.rm_cost = 0.0
 # 	for data in frappe.get_all("Job Card Item", fields = ["amount"],