Skip to content

Commit

Permalink
FIX: S:C:DeliveryOrder S:C:Reclamation: Fehlender Import von 'trim'
Browse files Browse the repository at this point in the history
  • Loading branch information
z4m1n0 authored and bblessmann committed Oct 10, 2024
1 parent e244207 commit de68b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions SL/Controller/DeliveryOrder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions SL/Controller/Reclamation.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit de68b5b

Please sign in to comment.