From: Sven Schöling Date: Wed, 22 Jun 2016 09:29:44 +0000 (+0200) Subject: am: fehlendes include für Historiensuche X-Git-Tag: release-3.4.1~26 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2721bfd0fac27ee0fcb0c92861a2837c69c9d793;p=kivitendo-erp.git am: fehlendes include für Historiensuche --- diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index fbe5bb8d1..7e760c27e 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -46,6 +46,7 @@ use SL::DB::Printer; use SL::DB::Tax; use SL::DB::Language; use SL::DB::Default; +use SL::DBUtils qw(selectall_array_query); use CGI; require "bin/mozilla/common.pl";