mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
chore: Add comment hinting to reason
(cherry picked from commit 8502ccb5b2)
This commit is contained in:
@@ -45,6 +45,8 @@ def get_filters(report_filters, operations):
|
|||||||
|
|
||||||
return filters
|
return filters
|
||||||
|
|
||||||
|
# Check PR #28123 as to why this is commented
|
||||||
|
|
||||||
# def update_raw_material_cost(row, filters):
|
# def update_raw_material_cost(row, filters):
|
||||||
# row.rm_cost = 0.0
|
# row.rm_cost = 0.0
|
||||||
# for data in frappe.get_all("Job Card Item", fields = ["amount"],
|
# for data in frappe.get_all("Job Card Item", fields = ["amount"],
|
||||||
|
|||||||
Reference in New Issue
Block a user