]> wagnertech.de Git - mfinanz.git/blobdiff - SL/User.pm
kivitendo 3.9.2-0.2
[mfinanz.git] / SL / User.pm
index 68fd2c520ed8971dd88e437d47670e89d22683b1..77feaefd900e36d3db7c45f4da1838a20ec19560 100644 (file)
@@ -541,7 +541,7 @@ sub get_default_myconfig {
     css_path     => 'css',      # Needed for menunew, see SL::Layout::Base::get_stylesheet_for_user
     dateformat   => $defaults->dateformat('dd.mm.yy'),
     numberformat => $defaults->numberformat('1.000,00'),
-    stylesheet   => $defaults->stylesheet('kivitendo.css'),
+    stylesheet   => $defaults->stylesheet($::lx_office_conf{system}{stylesheet}),
     timeformat   => $defaults->timeformat('hh:mm'),
     %user_config,
   );