Problem : circulation.pl cannot compile
[koha.git] / 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