Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 33183828

Von Sven Schöling vor fast 3 Jahren hinzugefügt

  • ID 33183828a27f58d1a6674d634c18d5cdc632ffd2
  • Vorgänger 092d3110
  • Nachfolger e73048f9

DeliveryOrder: typo

Unterschiede anzeigen:

SL/Controller/DeliveryOrder.pm
1042 1042
  # TODO move to type data
1043 1043
  my $trans_type = $self->type_data->properties('transfer') eq 'in'
1044 1044
    ? SL::DB::Manager::TransferType->find_by(direction => "id", description => "stock")
1045
    : SL::DB::Manager::TransferType->find_by(direction => "out", deescription => "shipped");
1045
    : SL::DB::Manager::TransferType->find_by(direction => "out", description => "shipped");
1046 1046

  
1047 1047
  my @transfer_requests;
1048 1048

  

Auch abrufbar als: Unified diff