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;