From 61bc71c5ef2f42d67f4e82bc4c979dd051133d31 Mon Sep 17 00:00:00 2001 From: Tamino Steinert Date: Thu, 10 Oct 2024 00:02:21 +0200 Subject: [PATCH] FIX: S:C:DeliveryOrder S:C:Reclamation: Fehlender Import von 'trim' --- SL/Controller/DeliveryOrder.pm | 1 + SL/Controller/Reclamation.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/SL/Controller/DeliveryOrder.pm b/SL/Controller/DeliveryOrder.pm index 802c72ddf0..f50d9b2ad3 100644 --- a/SL/Controller/DeliveryOrder.pm +++ b/SL/Controller/DeliveryOrder.pm @@ -13,6 +13,7 @@ use SL::PriceSource; use SL::Webdav; use SL::File; use SL::MIME; +use SL::Util qw(trim); use SL::YAML; use SL::DBUtils qw(selectall_hashref_query); use SL::DB::History; diff --git a/SL/Controller/Reclamation.pm b/SL/Controller/Reclamation.pm index 3dcff8f365..f28aca5d3a 100644 --- a/SL/Controller/Reclamation.pm +++ b/SL/Controller/Reclamation.pm @@ -15,6 +15,7 @@ use SL::Controller::Helper::ReportGenerator; use SL::Webdav; use SL::File; use SL::MIME; +use SL::Util qw(trim); use SL::YAML; use SL::DB::History; use SL::DB::Reclamation;