setupPoints und setupDateFormat in ein partial Layout verschoben
[kivitendo-erp.git] / SL / Controller / Layout / Classic.pm
index a4d99b4..b743874 100644 (file)
@@ -14,6 +14,7 @@ sub new {
   $self->add_sub_layouts([
     SL::Controller::Layout::Top->new,
     SL::Controller::Layout::MenuLeft->new,
+    SL::Controller::Layout::None->new,
   ]);
 
   $self;