From baa3da9b5cca9d23c152eb91c0ea60fa4042b1e5 Mon Sep 17 00:00:00 2001 From: Yan Date: Thu, 14 Sep 2017 14:10:55 +0630 Subject: [PATCH] add qr code --- app/views/crm/customers/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }