[Fix] Patch
diff --git a/erpnext/patches/v11_0/make_job_card.py b/erpnext/patches/v11_0/make_job_card.py
index ab9c7c4..be106e6 100644
--- a/erpnext/patches/v11_0/make_job_card.py
+++ b/erpnext/patches/v11_0/make_job_card.py
@@ -14,5 +14,5 @@
where (work_order is not null and work_order != '') and docstatus = 0""", as_dict=1):
if d.work_order:
doc = frappe.get_doc('Work Order', d.work_order)
- doc.make_job_card()
+ doc.create_job_card()
frappe.delete_doc('Timesheet', d.name)
\ No newline at end of file