Revision 9b3ad8d9
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
SL/Controller/SellPriceInformation.pm | ||
---|---|---|
68 | 68 |
transdate => { text => $::locale->text('Date'), |
69 | 69 |
sub => sub { $_[0]->order->transdate_as_date }}, |
70 | 70 |
ordnumber => { text => $::locale->text('Number'), |
71 |
sub => sub { $_[0]->order->ordnumber },
|
|
71 |
sub => sub { $_[0]->order->number }, |
|
72 | 72 |
obj_link => sub { $self->link_to($_[0]->order) }}, |
73 | 73 |
customer => { text => $::locale->text('Customer'), |
74 | 74 |
sub => sub { $_[0]->order->customer->name }, |
Auch abrufbar als: Unified diff
SellPriceInformation: richtige Nummer anzeigen