diff --git a/api/products/views.py b/api/products/views.py index 683c238..90ac7dc 100644 --- a/api/products/views.py +++ b/api/products/views.py @@ -713,7 +713,8 @@ class QrVerifyView(BaseView): sd.tenant = tenant sd.batch = sc.batch self.dot_angle_check(sc.batch, tf.name, messages, request.data.get("angle")) - self.do_v5_qr_verify(tf.name, messages) + if sc.batch.feature_comparison_threshold > 0.01: + self.do_v5_qr_verify(tf.name, messages) sd.succeeded = True article_id = None if product.article: