fix: sider issue
This commit is contained in:
parent
55e97dce8a
commit
264b0df9ff
@ -1015,7 +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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user