X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FSellPriceInformation.pm;h=bf85c86346183b8d0c52b02fd514285237a7fc1d;hb=4a5e3c2cddaae9021659466eb6ad152bfdcbab9b;hp=d82f6670775fd7efc4bef652265e0ff5d3e62356;hpb=217751aba9f1e746f67914e83bb669fc784d6eac;p=kivitendo-erp.git 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 {