Bug 10711: (follow-up) removing tabs

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>
This commit is contained in:
Bernardo Gonzalez Kriegel 2013-08-25 19:53:29 -03:00 committed by Galen Charlton
parent c93e5b12f8
commit 24984fcb7b

View 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 );