X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/54daa586799871ce5ede8f628a03ea55a9660cf5..9e4a9fec6b6311be5280a7861aad014e8465a749:/SL/Presenter.pm diff --git a/SL/Presenter.pm b/SL/Presenter.pm index f0a0259a2..7b83e3693 100644 --- a/SL/Presenter.pm +++ b/SL/Presenter.pm @@ -7,15 +7,19 @@ use parent qw(Rose::Object); use Carp; use Template; +use SL::Presenter::Chart; use SL::Presenter::CustomerVendor; use SL::Presenter::DeliveryOrder; use SL::Presenter::EscapedText; use SL::Presenter::Invoice; +use SL::Presenter::GL; use SL::Presenter::Order; use SL::Presenter::Part; use SL::Presenter::Project; use SL::Presenter::Record; use SL::Presenter::RequirementSpec; +use SL::Presenter::RequirementSpecItem; +use SL::Presenter::RequirementSpecTextBlock; use SL::Presenter::SepaExport; use SL::Presenter::Text; use SL::Presenter::Tag;