style: missing semicolon
diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js
index 7489d1f..2079cf8 100644
--- a/erpnext/stock/doctype/item/item.js
+++ b/erpnext/stock/doctype/item/item.js
@@ -728,7 +728,7 @@
 					if (modal) {
 						$(modal).addClass("modal-dialog-scrollable");
 					}
-				})
+				});
 		});
 	},