X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FPresenter.pm;h=deeed1eb4fa8696ba64e1e4e22f7e119d1552e95;hb=8f1192dd1fa78ac98bdf8fd045be28bdb862575c;hp=23b8ad4728ec58c789f8436abb94c8eeabdcc487;hpb=fb03d191f53516cbf1022e755665556e7f1acb82;p=kivitendo-erp.git diff --git a/SL/Presenter.pm b/SL/Presenter.pm index 23b8ad472..deeed1eb4 100644 --- a/SL/Presenter.pm +++ b/SL/Presenter.pm @@ -7,17 +7,23 @@ 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; +use SL::Presenter::BankAccount; use Rose::Object::MakeMethods::Generic ( scalar => [ qw(need_reinit_widgets) ],