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:
2ea1a37
)
USTVA: Analog zu b0f569c auch Position 46 umdrehen.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 24 Jun 2014 13:19:24 +0000
(15:19 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 24 Jun 2014 13:27:21 +0000
(15:27 +0200)
SL/USTVA.pm
patch
|
blob
|
history
diff --git
a/SL/USTVA.pm
b/SL/USTVA.pm
index
bf9ebbd
..
8efe775
100644
(file)
--- a/
SL/USTVA.pm
+++ b/
SL/USTVA.pm
@@
-806,7
+806,7
@@
sub get_accounts_ustva {
my $arwhere = "";
my $item;
- my $gltaxkey_where = "((tk.pos_ustva>=59 AND tk.pos_ustva<=66) or (tk.pos_ustva>=89 AND tk.pos_ustva<=93))";
+ my $gltaxkey_where = "((tk.pos_ustva
= 46) OR (tk.pos_ustva
>=59 AND tk.pos_ustva<=66) or (tk.pos_ustva>=89 AND tk.pos_ustva<=93))";
if ($fromdate) {
if ($form->{method} eq 'cash') {