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:
640adf5
)
Fehlende Einträge in SL/DB/Helper/ALL.pm & Sortierung
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 3 Jul 2013 09:24:09 +0000
(11:24 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:03:24 +0000
(13:03 +0200)
SL/DB/Helper/ALL.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Helper/ALL.pm
b/SL/DB/Helper/ALL.pm
index
8ed4d9a
..
a868df7
100644
(file)
--- a/
SL/DB/Helper/ALL.pm
+++ b/
SL/DB/Helper/ALL.pm
@@
-69,11
+69,12
@@
use SL::DB::Pricegroup;
use SL::DB::Price;
use SL::DB::Printer;
use SL::DB::Project;
-use SL::DB::ProjectType;
-use SL::DB::ProjectStatus;
-use SL::DB::ProjectRole;
use SL::DB::ProjectParticipant;
+use SL::DB::ProjectPhase;
use SL::DB::ProjectPhaseParticipant;
+use SL::DB::ProjectRole;
+use SL::DB::ProjectStatus;
+use SL::DB::ProjectType;
use SL::DB::PurchaseInvoice;
use SL::DB::RecordLink;
use SL::DB::RequirementSpecAcceptanceStatus;