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:
30df066
)
Fixed. Kleiner Bug beim Dialogbuchen. Steuerkonten wurden nicht gequoted beim loeschen.
author
Udo Spallek
<info@wissensvermittlung.com>
Wed, 15 Mar 2006 16:36:24 +0000
(16:36 +0000)
committer
Udo Spallek
<info@wissensvermittlung.com>
Wed, 15 Mar 2006 16:36:24 +0000
(16:36 +0000)
bin/mozilla/gl.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/gl.pl
b/bin/mozilla/gl.pl
index
b2b7885
..
521bb07
100644
(file)
--- a/
bin/mozilla/gl.pl
+++ b/
bin/mozilla/gl.pl
@@
-1489,12
+1489,12
@@
sub delete {
<form method=post action=$form->{script}>
|;
- map { $form->{$_} =~ s/\"/"/g } qw(reference description chart);
+ map { $form->{$_} =~ s/\"/"/g } qw(reference description chart
taxchart
);
delete $form->{header};
foreach $key (keys %$form) {
- print qq|<input type=
hidden name=$key
value="$form->{$key}">\n|;
+ print qq|<input type=
"hidden" name="$key"
value="$form->{$key}">\n|;
}
print qq|