Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8fc3e634

Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt

  • ID 8fc3e6344688a8ba2e164448d2958e815ea1a31b
  • Vorgänger 6df2ffa2
  • Nachfolger 08cfeacc

S:D:Order: Typo

Unterschiede anzeigen:

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

  
396 396
  my $is_abbr_any = sub {
397 397
    any { $from_to->{abbr} eq $_ } @_;

Auch abrufbar als: Unified diff