Browse Source

Overdues.pm - fix typo ("Context" not "context")

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Joe Atzberger 17 years ago
committed by Joshua Ferraro
parent
commit
ce95144242
  1. 2
      C4/Overdues.pm

2
C4/Overdues.pm

@ -1147,7 +1147,7 @@ display is filtered by branch
sub GetOverduesForBranch {
my ( $branch, $location) = @_;
my $itype_link = (C4::context->preference('item-level_itypes')) ? " items.itype " : " biblioitems.itemtype ";
my $itype_link = (C4::Context->preference('item-level_itypes')) ? " items.itype " : " biblioitems.itemtype ";
if ( not $location ) {
my $dbh = C4::Context->dbh;
my $sth = $dbh->prepare("

Loading…
Cancel
Save