Revision ab924a30
Von Moritz Bunkus vor mehr als 4 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
$form->{debitlock} = 1;
|
||
}
|
||
if ($debitcredit && $credittax) {
|
||
$form->{"taxchart_$i"} = "$notax_id--0.00";
|
||
$form->{"taxchart_$i"} = "$notax_id--0.00000";
|
||
}
|
||
if (!$debitcredit && $debittax) {
|
||
$form->{"taxchart_$i"} = "$notax_id--0.00";
|
||
$form->{"taxchart_$i"} = "$notax_id--0.00000";
|
||
}
|
||
$amount =
|
||
($form->{"debit_$i"} == 0)
|
||
... | ... | |
: $form->{"debit_$i"};
|
||
my $j = $#a;
|
||
if (($debitcredit && $credittax) || (!$debitcredit && $debittax)) {
|
||
$form->{"taxchart_$i"} = "$notax_id--0.00";
|
||
$form->{"taxchart_$i"} = "$notax_id--0.00000";
|
||
$form->{"tax_$i"} = 0;
|
||
}
|
||
my ($taxkey, $rate) = split(/--/, $form->{"taxchart_$i"});
|
||
... | ... | |
$form->{debitlock} = 1;
|
||
}
|
||
if ($debitcredit && $credittax) {
|
||
$form->{"taxchart_$i"} = "$notax_id--0.00";
|
||
$form->{"taxchart_$i"} = "$notax_id--0.00000";
|
||
}
|
||
if (!$debitcredit && $debittax) {
|
||
$form->{"taxchart_$i"} = "$notax_id--0.00";
|
||
$form->{"taxchart_$i"} = "$notax_id--0.00000";
|
||
}
|
||
my $amount = ($form->{"debit_$i"} == 0)
|
||
? $form->{"credit_$i"}
|
||
: $form->{"debit_$i"};
|
||
my $j = $#a;
|
||
if (($debitcredit && $credittax) || (!$debitcredit && $debittax)) {
|
||
$form->{"taxchart_$i"} = "$notax_id--0.00";
|
||
$form->{"taxchart_$i"} = "$notax_id--0.00000";
|
||
$form->{"tax_$i"} = 0;
|
||
}
|
||
my ($taxkey, $rate) = split(/--/, $form->{"taxchart_$i"});
|
Auch abrufbar als: Unified diff
Dialogbuchen: falsche Steuerschlüssel nach Entfernen von Zeilen
Steuersätze in den Werten von Selects werden inzwischen mit fünf
Nachkommastellen formatiert.