Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 438c47c0

Von Sven Schöling vor mehr als 12 Jahren hinzugefügt

  • ID 438c47c01070704b143a79c9c0ea7a1512736eff
  • Vorgänger a1ee1265
  • Nachfolger efef8dbd

mergefehler: orddate ist hier transdate

Unterschiede anzeigen:

SL/Controller/SellPriceInformation.pm
71 71
  my $report = SL::ReportGenerator->new(\%::myconfig, $::form);
72 72
  $self->{report} = $report;
73 73

  
74
  my @columns  = qw(orddate ordnumber customer ship qty sellprice discount amount);
75
  my @visible  = qw(orddate ordnumber customer ship qty sellprice discount amount);
76
  my @sortable = qw(orddate ordnumber customer          sellprice discount       );
74
  my @columns  = qw(transdate ordnumber customer ship qty sellprice discount amount);
75
  my @visible  = qw(transdate ordnumber customer ship qty sellprice discount amount);
76
  my @sortable = qw(transdate ordnumber customer          sellprice discount       );
77 77

  
78 78
  my %column_defs = (
79
    orddate                 => { text => $::locale->text('Date'),
80
                                  sub => sub { $_[0]->order->orddate_as_date }},
79
    transdate               => { text => $::locale->text('Date'),
80
                                  sub => sub { $_[0]->order->transdate_as_date }},
81 81
    ordnumber               => { text => $::locale->text('Number'),
82 82
                                  sub => sub { $_[0]->order->ordnumber },
83 83
                             obj_link => sub { $self->link_to($_[0]->order) }},

Auch abrufbar als: Unified diff