fix: sider
diff --git a/erpnext/manufacturing/doctype/bom/bom.js b/erpnext/manufacturing/doctype/bom/bom.js
index 7e755d4..7de7e17 100644
--- a/erpnext/manufacturing/doctype/bom/bom.js
+++ b/erpnext/manufacturing/doctype/bom/bom.js
@@ -667,7 +667,7 @@
 		const { item_code } = locals[cdt][cdn];
 		if (item_code === frm.doc.item) {
 			locals[cdt][cdn].is_process_loss = 1;
-			trigger_process_loss_qty_prompt(frm, cdt, cdn, item_code)
+			trigger_process_loss_qty_prompt(frm, cdt, cdn, item_code);
 		}
 	},
 });