projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80970e1
)
S:USTVA: benötigte Module einbinden
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 29 Sep 2020 21:01:26 +0000
(23:01 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 1 Oct 2020 10:34:58 +0000
(12:34 +0200)
SL/USTVA.pm
patch
|
blob
|
history
diff --git
a/SL/USTVA.pm
b/SL/USTVA.pm
index
122a17a
..
ee2d21f
100644
(file)
--- 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;