Problem : circulation.pl cannot compile
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 13 Jul 2009 14:58:39 +0000 (16:58 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 13 Jul 2009 15:04:17 +0000 (17:04 +0200)
circ/circulation.pl

index 40a48b1..0e2bf37 100755 (executable)
@@ -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