X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a4a09b2a3309cd9e1f8b382d91da284a4623fc56..c954dea7c1b814d66b8c31d04fa70a1bbbcce71e:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 04b20129c..c9d5932ea 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -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);