]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/SellPriceInformation.pm
html menĂ¼ rewrite v1
[mfinanz.git] / SL / Controller / SellPriceInformation.pm
index d82f6670775fd7efc4bef652265e0ff5d3e62356..522f101252b46db4c5f74880ba078696fd7216b4 100644 (file)
@@ -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 },