Revision 9b3ad8d9
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/Controller/SellPriceInformation.pm | ||
---|---|---|
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 },
|
Auch abrufbar als: Unified diff
SellPriceInformation: richtige Nummer anzeigen