Browse Source

Bug 5199 : Followup patch, fixing a bug with NULL option

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
3.6.x-rmaint/testing
Chris Cormack 13 years ago
parent
commit
67a560e643
  1. 2
      opac/opac-renew.pl

2
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 {

Loading…
Cancel
Save