From c39ce770ca7eb495eddf7dc7316152fb724eaf86 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Mon, 13 Jul 2009 16:58:39 +0200 Subject: [PATCH] Problem : circulation.pl cannot compile --- circ/circulation.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 40a48b1f77..0e2bf378d3 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -283,9 +283,6 @@ if ($barcode) { delete $question->{'DEBT'} if ($debt_confirmed); foreach my $impossible ( keys %$error ) { - if ($impossible eq "NOT_FOR_LOAN_CAN_FORCE"){ - $$question{$impossible}=$$error{$impossible}, - } else { $template->param( $impossible => $$error{$impossible}, IMPOSSIBLE => 1 -- 2.20.1