From ddc14f977bd8724c9acc9d5ad0ddcbc1d2ec2b6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Tue, 29 Sep 2020 23:01:26 +0200 Subject: [PATCH] =?utf8?q?S:USTVA:=20ben=C3=B6tigte=20Module=20einbinden?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/USTVA.pm | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.20.1