X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/762f348476e09df5619fa11d7ec070209cb843f4..a89af9c2a38f19bc2834a2e09a286ff36c9ef3d7:/SL/Controller/Letter.pm diff --git a/SL/Controller/Letter.pm b/SL/Controller/Letter.pm index 3d704b8de..25c11f780 100644 --- a/SL/Controller/Letter.pm +++ b/SL/Controller/Letter.pm @@ -577,7 +577,7 @@ sub init_letter { # )); } - $self->is_sales($letter->is_sales); + $self->is_sales($letter->is_sales) if $letter->id; $letter; }