Revision 806f9dd3
Von Sven Schöling vor fast 3 Jahren hinzugefügt
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
aDeliveryOrder: typo