mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-01 11:22:11 +02:00
fix: production_item filter in Job Card Summary Report
(cherry picked from commit ef7fd670fc)
# Conflicts:
# erpnext/manufacturing/report/job_card_summary/job_card_summary.py
This commit is contained in:
@@ -36,11 +36,15 @@ def get_data(filters):
|
|||||||
"total_time_in_mins",
|
"total_time_in_mins",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
for field in ["work_order", "workstation", "operation", "company"]:
|
for field in ["work_order", "workstation", "operation", "company"]:
|
||||||
=======
|
=======
|
||||||
for field in ["work_order"]:
|
for field in ["work_order"]:
|
||||||
>>>>>>> 481149814e (fix: company name with `,` in `Job Card Summary Report`)
|
>>>>>>> 481149814e (fix: company name with `,` in `Job Card Summary Report`)
|
||||||
|
=======
|
||||||
|
for field in ["work_order", "production_item"]:
|
||||||
|
>>>>>>> ef7fd670fc (fix: `production_item` filter in `Job Card Summary Report`)
|
||||||
if filters.get(field):
|
if filters.get(field):
|
||||||
query_filters[field] = ("in", filters.get(field))
|
query_filters[field] = ("in", filters.get(field))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user