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:
acaca47
)
Selected der USTVA Kennziffern mit eq statt == testen.
author
Udo Spallek
<info@wissensvermittlung.com>
Fri, 13 Jul 2007 01:47:56 +0000
(
01:47
+0000)
committer
Udo Spallek
<info@wissensvermittlung.com>
Fri, 13 Jul 2007 01:47:56 +0000
(
01:47
+0000)
bin/mozilla/am.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/am.pl
b/bin/mozilla/am.pl
index
b0d0eba
..
c286567
100644
(file)
--- a/
bin/mozilla/am.pl
+++ b/
bin/mozilla/am.pl
@@
-161,7
+161,7
@@
sub account_header {
if ($item eq ''){
$form->{ACCOUNT_TAXKEYS}[$i]{select_tax} .= qq|<option value="" selected="selected">-\n|;
}
- elsif ( $item
==
$taxkey_used->{pos_ustva} ) {
+ elsif ( $item
eq
$taxkey_used->{pos_ustva} ) {
$form->{ACCOUNT_TAXKEYS}[$i]{select_tax} .= qq|<option value="$item" selected="selected">$item\n|;
}
else {