]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
CustomerVendor: Redirect gefixt
[mfinanz.git] / SL / Form.pm
index 79ff7034f37d9edc9df2d2eee2e1350cdb90163a..39bd9a578f54d49dede6e6f4cbcd75b21e7bbc0d 100644 (file)
@@ -465,7 +465,7 @@ sub header {
   # this should gradually move to the layouts that need it
   $layout->use_stylesheet("$_.css") for qw(
     main menu list_accounts jquery.autocomplete
-    jquery.multiselect2side frame_header/header
+    jquery.multiselect2side
     ui-lightness/jquery-ui
     jquery-ui.custom jqModal
   );
@@ -1403,6 +1403,14 @@ sub get_standard_dbh {
   return $standard_dbh;
 }
 
+sub set_standard_dbh {
+  my ($self, $dbh) = @_;
+  my $old_dbh      = $standard_dbh;
+  $standard_dbh    = $dbh;
+
+  return $old_dbh;
+}
+
 sub date_closed {
   $main::lxdebug->enter_sub();