Um die Benutzung des Template Systems mal ein wenig zu foerdern.
[kivitendo-erp.git] / SL / Template / Plugin / LxERP.pm
index ed2287b..7c5ad94 100644 (file)
@@ -2,6 +2,7 @@ package SL::Template::Plugin::LxERP;
 
 use base qw( Template::Plugin );
 use Template::Plugin;
+use List::Util qw(first);
 
 sub new {
   my $class   = shift;