Revision d67d3e74
Von Sven Schöling vor etwa 3 Jahren hinzugefügt
SL/Controller/DeliveryOrder.pm | ||
---|---|---|
for my $sinfo (@{ $stock_info }) {
|
||
my $bin = SL::DB::Bin->load_cached($sinfo->{bin_id});
|
||
$sinfo->{warehouse_description} = $bin->warehouse->description;
|
||
$sinfo->{bin_description} = $bin->escription;
|
||
$sinfo->{bin_description} = $bin->description;
|
||
map { $sinfo->{"stock_$_"} = $sinfo->{$_} } qw(qty unit);
|
||
}
|
||
}
|
Auch abrufbar als: Unified diff
aDeliveryOrder: typo