projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d4ad4
)
am: fehlendes include für Historiensuche
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 22 Jun 2016 09:29:44 +0000
(11:29 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 22 Jun 2016 09:29:44 +0000
(11:29 +0200)
bin/mozilla/am.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/am.pl
b/bin/mozilla/am.pl
index
fbe5bb8
..
7e760c2
100644
(file)
--- 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";