From 67a560e643b1dbb2fe0b2719736c263ae6a193d0 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 7 May 2011 07:20:08 +1200 Subject: [PATCH] Bug 5199 : Followup patch, fixing a bug with NULL option Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- opac/opac-renew.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/opac-renew.pl b/opac/opac-renew.pl index 15b3b5cb1c..dd3dcf2ce5 100755 --- a/opac/opac-renew.pl +++ b/opac/opac-renew.pl @@ -63,7 +63,7 @@ for my $itemnumber ( @items ) { my $issue = GetOpenIssue($itemnumber); $branchcode = $issue->{'branchcode'}; } - elsif ($renewalbranch eq 'null'){ + elsif ($renewalbranch eq 'NULL'){ $branchcode=''; } else { -- 2.39.2