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:
9aca5ce
)
Recommit von r976 von udo_spallek: Kleiner Bug beim Dialogbuchen. Steuerkonten wurden...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Nov 2006 15:06:52 +0000
(15:06 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Nov 2006 15:06:52 +0000
(15:06 +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|