Skip to content

Commit

Permalink
fix: barcode scanner library path
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Aug 8, 2023
1 parent 9b52718 commit 59e1db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/scanner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
};

0 comments on commit 59e1db7

Please sign in to comment.