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:
2ee1acf
)
Letter-Controller: benutzte Pakete auch einbinden
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 10 Feb 2016 11:05:05 +0000
(12:05 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 10 Feb 2016 11:05:05 +0000
(12:05 +0100)
In Nicht-FCGI-Umgebungen ist CT ansonsten nicht geladen.
SL/Controller/Letter.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Letter.pm
b/SL/Controller/Letter.pm
index
6509742
..
5e07bd0
100644
(file)
--- a/
SL/Controller/Letter.pm
+++ b/
SL/Controller/Letter.pm
@@
-3,9
+3,11
@@
package SL::Controller::Letter;
use strict;
use parent qw(SL::Controller::Base);
+use Carp;
use POSIX qw(strftime);
use SL::Controller::Helper::GetModels;
use SL::Controller::Helper::ReportGenerator;
+use SL::CT;
use SL::DB::Letter;
use SL::DB::LetterDraft;
use SL::DB::Employee;