From ce951442420bde009d3c71d61007564ab0a0c77f Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Mon, 7 Jan 2008 16:51:50 -0600 Subject: [PATCH] Overdues.pm - fix typo ("Context" not "context") Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- C4/Overdues.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Overdues.pm b/C4/Overdues.pm index 62b0fbd172..812c5f39d5 100644 --- a/C4/Overdues.pm +++ b/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(" -- 2.39.5