X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e4cc2d96d02db7afe60badf15600449ac5bcecf2..58b97f84fdd297b2a5aa14e408fdb1a154663d72:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index f737a58dd..78eac8a64 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -63,6 +63,7 @@ use SL::DB::Default; use SL::DB::PaymentTerm; use SL::DB::Vendor; use SL::DO; +use SL::Helper::Flash qw(); use SL::IC; use SL::IS; use SL::Layout::Dispatcher; @@ -732,6 +733,7 @@ sub redirect { $self->info($msg); } else { + SL::Helper::Flash::flash_later('info', $msg); $self->_store_redirect_info_in_session; print $::form->redirect_header($self->{callback}); }