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:
parent
c93e5b12f8
commit
24984fcb7b
1 changed files with 2 additions and 2 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue