From 462fd52680b617f4ee5c73916cb55da0c94a12fd Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Fri, 19 Jul 2013 08:33:23 +0000
Subject: [PATCH] SP-751 BIS-478 Better Barcode Reader - Fix to accept all
 barcode types again.

SVN: 29567
---
 .../source/objc/openBIS/openBIS/CISDOBBarcodeViewController.m   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis-ipad/source/objc/openBIS/openBIS/CISDOBBarcodeViewController.m b/openbis-ipad/source/objc/openBIS/openBIS/CISDOBBarcodeViewController.m
index b607a2e4b5a..58ee2f18250 100644
--- a/openbis-ipad/source/objc/openBIS/openBIS/CISDOBBarcodeViewController.m
+++ b/openbis-ipad/source/objc/openBIS/openBIS/CISDOBBarcodeViewController.m
@@ -85,7 +85,7 @@
     self.backButton.enabled = NO;
     self.capture = [[ZXCapture alloc] init];
     self.capture.delegate = self;
-    // self.capture.rotation = 90.0f;
+    self.capture.rotation = 90.0f;
     
     // Use the back camera
     // self.capture.camera = self.capture.back;
-- 
GitLab