Browse Source

BUGFIX Critical: Correcting misspelling of C4:Context as C4:context

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Chris Nighswonger 16 years ago
committed by Joshua Ferraro
parent
commit
e9e2200c5f
  1. 2
      C4/Overdues.pm

2
C4/Overdues.pm

@ -113,7 +113,7 @@ Koha database.
#'
sub Getoverdues {
my $dbh = C4::Context->dbh;
my $sth = (C4::context->preference('item-level_itypes')) ?
my $sth = (C4::Context->preference('item-level_itypes')) ?
$dbh->prepare(
"SELECT issues.*,items.itype as itemtype FROM issues
LEFT JOIN items USING (itemnumber)

Loading…
Cancel
Save