diff --git a/frappe/public/js/frappe/scanner/index.js b/frappe/public/js/frappe/scanner/index.js index 6e641677fd6b..067e07309418 100644 --- a/frappe/public/js/frappe/scanner/index.js +++ b/frappe/public/js/frappe/scanner/index.js @@ -94,6 +94,6 @@ frappe.ui.Scanner = class Scanner { } load_lib() { - return frappe.require("/assets/frappe/node_modules/html5-qrcode/dist/html5-qrcode.min.js"); + return frappe.require("/assets/frappe/node_modules/html5-qrcode/html5-qrcode.min.js"); } };