From 33183828a27f58d1a6674d634c18d5cdc632ffd2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 6 Dec 2021 00:20:49 +0100 Subject: [PATCH] DeliveryOrder: 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 33b35bbab..1806c245f 100644 --- a/SL/Controller/DeliveryOrder.pm +++ b/SL/Controller/DeliveryOrder.pm @@ -1042,7 +1042,7 @@ sub action_transfer_stock { # TODO move to type data my $trans_type = $self->type_data->properties('transfer') eq 'in' ? SL::DB::Manager::TransferType->find_by(direction => "id", description => "stock") - : SL::DB::Manager::TransferType->find_by(direction => "out", deescription => "shipped"); + : SL::DB::Manager::TransferType->find_by(direction => "out", description => "shipped"); my @transfer_requests; -- 2.20.1