Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 32cb209c

Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt

  • ID 32cb209c60cb0fb6624cae54bff45c4a6611a62b
  • Vorgänger d72a8e73
  • Nachfolger 9276bf73

S:D:Order: Typo

Unterschiede anzeigen:

SL/DB/Order.pm
{ from => PURCHASE_QUOTATION_INTAKE_TYPE(), to => PURCHASE_ORDER_TYPE(), abbr => 'pqipo' },
{ from => REQUEST_QUOTATION_TYPE(), to => PURCHASE_QUOTATION_INTAKE_TYPE(), abbr => 'rqpqi' },
);
my $from_to = (grep { $_->{from} eq $source->recrod_type && $_->{to} eq $destination_type} @from_tos)[0];
croak("Cannot convert from '" . $source->recrod_type . "' to '" . $destination_type . "'") if !$from_to;
my $from_to = (grep { $_->{from} eq $source->record_type && $_->{to} eq $destination_type} @from_tos)[0];
croak("Cannot convert from '" . $source->record_type . "' to '" . $destination_type . "'") if !$from_to;
my $is_abbr_any = sub {
any { $from_to->{abbr} eq $_ } @_;

Auch abrufbar als: Unified diff