diff --git a/app/views/crm/customers/index.html.erb b/app/views/crm/customers/index.html.erb
index 39b97f91..d0321e95 100644
--- a/app/views/crm/customers/index.html.erb
+++ b/app/views/crm/customers/index.html.erb
@@ -130,7 +130,7 @@ $(function() {
}
// get CardNo from Java
- function QRCodeNo(code){
+ function setQRCode(code){
$("#search").val(code);
}