Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 47a61292

Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt

  • ID 47a61292a4137d0986b87cc4d87777e6507072f3
  • Vorgänger 3c82848b
  • Nachfolger b6d9b143

Verkaufspreisinformationen: »Seite:« nicht anzeigen, wenn es nur eine gibt

In dem Fall ist $self->{pages}{cur} 0 oder undef und nicht 1.

Unterschiede anzeigen:

SL/Controller/SellPriceInformation.pm
164 164

  
165 165
  push @texts, [ $::locale->text('Type'),    $::locale->text($filter->{order}{type}) ] if $filter->{order}{type};
166 166
  push @texts, [ $::locale->text('Sort By'), $column_defs->{$self->{sort_by}}{text}  ] if $column_defs->{$self->{sort_by}}{text};
167
  push @texts, [ $::locale->text('Page'),    $::locale->text($self->{pages}{cur})    ] if $self->{pages}{cur} != 1;
167
  push @texts, [ $::locale->text('Page'),    $::locale->text($self->{pages}{cur})    ] if $self->{pages}{cur} > 1;
168 168

  
169 169
  return join '; ', map { "$_->[0]: $_->[1]" } @texts;
170 170
}

Auch abrufbar als: Unified diff