fix(minor): fix dynamically changing grid properties
diff --git a/erpnext/healthcare/doctype/therapy_plan/therapy_plan.js b/erpnext/healthcare/doctype/therapy_plan/therapy_plan.js
index 3bad65c..42e231d 100644
--- a/erpnext/healthcare/doctype/therapy_plan/therapy_plan.js
+++ b/erpnext/healthcare/doctype/therapy_plan/therapy_plan.js
@@ -59,7 +59,7 @@
 
 		if (frm.doc.therapy_plan_template) {
 			frm.fields_dict.therapy_plan_details.grid.update_docfield_property(
-				'therapy_type', 'read_only', 1,
+				'therapy_type', 'read_only', 1
 			);
 			frm.fields_dict.therapy_plan_details.grid.update_docfield_property(
 				'no_of_sessions', 'read_only', 1