Bug 8429: Remove unnecessary use of Exporter from SIP/ILS
[koha.git] / C4 / SIP / ILS / Transaction / Renew.pm
index 1f0f567..aa300d4 100644 (file)
@@ -12,7 +12,7 @@ use ILS;
 use C4::Circulation;
 use C4::Members;
 
-use base qw(ILS::Transaction);
+use parent qw(ILS::Transaction);
 
 my %fields = (
     renewal_ok => 0,