Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 81c31c30

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 81c31c30686abee0b364668055e160326b53fbfc
  • Vorgänger 31b30683
  • Nachfolger 5e620eea

TypeData: nutze richtige Übersetzung für Typ

Unterschiede anzeigen:

SL/DB/Reclamation.pm
}
sub displayable_type {
my $type = shift->type;
return $::locale->text('Sales Reclamation') if $type eq SALES_RECLAMATION_TYPE();
return $::locale->text('Purchase Reclamation') if $type eq PURCHASE_RECLAMATION_TYPE();
die 'invalid type';
my ($self) = @_;
return $self->type_data->text('type');
}
sub displayable_name {

Auch abrufbar als: Unified diff