X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FUSTVA.pm;h=ee2d21f78252815877764987ca08a37feaaca98e;hb=3782a90c336bc6c506f572e607c8526cb5e79ea3;hp=122a17a169d006f23290cbeb2020e0c160ff7613;hpb=e1b0bda5b93e17bc5c06a6fecde41f537cb20c99;p=kivitendo-erp.git diff --git a/SL/USTVA.pm b/SL/USTVA.pm index 122a17a16..ee2d21f78 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -26,6 +26,7 @@ package USTVA; +use Carp; use Data::Dumper; use List::Util qw(first); @@ -33,6 +34,7 @@ use SL::DB; use SL::DBUtils; use SL::DB::Default; use SL::DB::Finanzamt; +use SL::Locale::String qw(t8); use utf8; use strict;