mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
@@ -1015,8 +1015,7 @@ def close_work_order(work_order, status):
|
|||||||
filters={
|
filters={
|
||||||
"work_order": work_order.name,
|
"work_order": work_order.name,
|
||||||
"status": "Work In Progress"
|
"status": "Work In Progress"
|
||||||
},
|
}, pluck='name')
|
||||||
pluck='name')
|
|
||||||
|
|
||||||
if job_cards:
|
if job_cards:
|
||||||
job_cards = ", ".join(job_cards)
|
job_cards = ", ".join(job_cards)
|
||||||
|
|||||||
Reference in New Issue
Block a user