fix: sider issue

This commit is contained in:
Anupam 2021-10-31 16:11:11 +05:30
parent 55e97dce8a
commit 264b0df9ff

View File

@ -1015,7 +1015,7 @@ def close_work_order(work_order, status):
filters={
"work_order": work_order.name,
"status": "Work In Progress"
}, pluck='name')
}, pluck='name')
if job_cards:
job_cards = ", ".join(job_cards)