Verkaufsrechnung: »…gebucht«-Nachricht als Flash anzeigen
[kivitendo-erp.git] / SL / Form.pm
index 04b2012..c9d5932 100644 (file)
@@ -733,7 +733,7 @@ sub redirect {
     $self->info($msg);
 
   } else {
-    SL::Helper::Flash::flash_later('info', $msg);
+    SL::Helper::Flash::flash_later('info', $msg) if $msg;
     $self->_store_redirect_info_in_session;
     print $::form->redirect_header($self->{callback});
   }
@@ -2562,8 +2562,6 @@ sub create_links {
     $arap = "ap";
   }
 
-  $self->all_vc($myconfig, $table, $module);
-
   # get last customers or vendors
   my ($query, $sth, $ref);