X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/217751aba9f1e746f67914e83bb669fc784d6eac..c6a27f90a8e644ed00910aeddaff38c74b513032:/SL/Controller/SellPriceInformation.pm?ds=inline diff --git a/SL/Controller/SellPriceInformation.pm b/SL/Controller/SellPriceInformation.pm index d82f66707..522f10125 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 },