X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FSIP%2FILS%2FTransaction%2FRenewAll.pm;h=adc467a5292080a0b432c7a5554c20db41da438c;hb=9929c52a571083e0c750e07562c33fc651d3cd09;hp=10fb27d7de3c55b363eaf6096e57def091d66af3;hpb=9dc42e9ec4bb6ab0511000018adaa0f7883c905f;p=koha.git diff --git a/C4/SIP/ILS/Transaction/RenewAll.pm b/C4/SIP/ILS/Transaction/RenewAll.pm index 10fb27d7de..adc467a529 100644 --- a/C4/SIP/ILS/Transaction/RenewAll.pm +++ b/C4/SIP/ILS/Transaction/RenewAll.pm @@ -23,9 +23,8 @@ my %fields = ( sub new { my $class = shift; my $self = $class->SUPER::new(); - my $element; - foreach $element (keys %fields) { + foreach my $element (keys %fields) { $self->{_permitted}->{$element} = $fields{$element}; }