fix: sider issue

(cherry picked from commit e290fe0721)
This commit is contained in:
Anupam
2021-10-31 14:42:10 +05:30
committed by mergify-bot
parent d43aecbe13
commit 44c53deb90
2 changed files with 3 additions and 4 deletions

View File

@@ -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)