X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/e1b0bda5b93e17bc5c06a6fecde41f537cb20c99..d7f3d531eb80c72495f2491764fab2b74db4eb35:/SL/USTVA.pm 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;