From d67d3e74e583e8fdffb1119f9703f32952db6807 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 17 Dec 2021 17:03:54 +0100 Subject: [PATCH] aDeliveryOrder: typo --- SL/Controller/DeliveryOrder.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/DeliveryOrder.pm b/SL/Controller/DeliveryOrder.pm index 1c1f4d006..55978ae64 100644 --- a/SL/Controller/DeliveryOrder.pm +++ b/SL/Controller/DeliveryOrder.pm @@ -955,7 +955,7 @@ sub merge_stock_data { 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); } } -- 2.20.1