From: Sven Schöling Date: Thu, 27 Sep 2012 09:30:01 +0000 (+0200) Subject: SellPriceInformation ohne Layout generieren X-Git-Tag: release-3.0.0beta1~136 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;ds=inline;h=4db2992dcaf4927ec8b045eb9fdef00583123205;p=kivitendo-erp.git SellPriceInformation ohne Layout generieren --- diff --git a/SL/Controller/SellPriceInformation.pm b/SL/Controller/SellPriceInformation.pm index 522f10125..bf85c8634 100644 --- a/SL/Controller/SellPriceInformation.pm +++ b/SL/Controller/SellPriceInformation.pm @@ -149,7 +149,7 @@ sub list_objects { }); } - return $self->{report}->generate_with_headers; + return $self->{report}->generate_with_headers(no_layout => 1); } sub link_to {