Bug 10711: (follow-up) removing tabs
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Sun, 25 Aug 2013 22:53:29 +0000 (19:53 -0300)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 9 Oct 2013 03:43:42 +0000 (03:43 +0000)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Circulation.pm

index 80b9e74..bf2cf9d 100644 (file)
@@ -3317,8 +3317,8 @@ sub GetOfflineOperations {
 }
 
 sub GetOfflineOperation {
-       my $operationid = shift;
-       return unless $operationid;
+    my $operationid = shift;
+    return unless $operationid;
     my $dbh = C4::Context->dbh;
     my $sth = $dbh->prepare("SELECT * FROM pending_offline_operations WHERE operationid=?");
     $sth->execute( $operationid );