Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6d079c3d

Von Tamino Steinert vor 11 Monaten hinzugefügt

  • ID 6d079c3d1ac8266e99fed9f413fec8bd4cb23196
  • Vorgänger 3a2468fa
  • Nachfolger 3926714c

TypeData: nutze richtige Übersetzung für Typ

Unterschiede anzeigen:

SL/DB/Reclamation.pm
128 128
}
129 129

  
130 130
sub displayable_type {
131
  my $type = shift->type;
132

  
133
  return $::locale->text('Sales Reclamation')    if $type eq SALES_RECLAMATION_TYPE();
134
  return $::locale->text('Purchase Reclamation') if $type eq PURCHASE_RECLAMATION_TYPE();
135

  
136
  die 'invalid type';
131
  my ($self) = @_;
132
  return $self->type_data->text('type');
137 133
}
138 134

  
139 135
sub displayable_name {

Auch abrufbar als: Unified diff