Zu Kontoauszug Zuordnung verbessern, alte Logik auch entfernen
[kivitendo-erp.git] / SL / DB / MetaSetup / CustomVariable.pm
index 82307c0..d6c805e 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::CustomVariable;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('custom_variables');