X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/217751aba9f1e746f67914e83bb669fc784d6eac..8ae2bc4fb4c72f3ac907a3e47c0cbd5da23f62c5:/SL/Controller/SellPriceInformation.pm diff --git a/SL/Controller/SellPriceInformation.pm b/SL/Controller/SellPriceInformation.pm index d82f66707..bf85c8634 100644 --- a/SL/Controller/SellPriceInformation.pm +++ b/SL/Controller/SellPriceInformation.pm @@ -68,7 +68,7 @@ sub column_defs { transdate => { text => $::locale->text('Date'), sub => sub { $_[0]->order->transdate_as_date }}, ordnumber => { text => $::locale->text('Number'), - sub => sub { $_[0]->order->ordnumber }, + sub => sub { $_[0]->order->number }, obj_link => sub { $self->link_to($_[0]->order) }}, customer => { text => $::locale->text('Customer'), sub => sub { $_[0]->order->customer->name }, @@ -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 {