Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 806f9dd3

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

  • ID 806f9dd3d1748befcabaa5d0e4ce3d659412f0fc
  • Vorgänger 1980cae2
  • Nachfolger 909d9871

aDeliveryOrder: typo

Unterschiede anzeigen:

SL/Controller/DeliveryOrder.pm
955 955
    for my $sinfo (@{ $stock_info }) {
956 956
      my $bin = SL::DB::Bin->load_cached($sinfo->{bin_id});
957 957
      $sinfo->{warehouse_description} = $bin->warehouse->description;
958
      $sinfo->{bin_description}       = $bin->escription;
958
      $sinfo->{bin_description}       = $bin->description;
959 959
      map { $sinfo->{"stock_$_"}      = $sinfo->{$_} } qw(qty unit);
960 960
    }
961 961
  }

Auch abrufbar als: Unified diff