Revision 699e686c
Von Sven Schöling vor mehr als 10 Jahren hinzugefügt
SL/USTVA.pm | ||
---|---|---|
806 | 806 |
my $arwhere = ""; |
807 | 807 |
my $item; |
808 | 808 |
|
809 |
my $gltaxkey_where = "((tk.pos_ustva>=59 AND tk.pos_ustva<=66) or (tk.pos_ustva>=89 AND tk.pos_ustva<=93))"; |
|
809 |
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))";
|
|
810 | 810 |
|
811 | 811 |
if ($fromdate) { |
812 | 812 |
if ($form->{method} eq 'cash') { |
Auch abrufbar als: Unified diff
USTVA: Analog zu b0f569c auch Position 46 umdrehen.