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:
8cf7d0a
)
Beim Bearbeiten einer individuellen Lieferadresse ausgewählte zurückgesetzen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 5 Mar 2010 09:34:17 +0000
(10:34 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 5 Mar 2010 09:34:17 +0000
(10:34 +0100)
Fix für Bug 1335.
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
90fdcc2
..
cabb133
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1881,7
+1881,7
@@
sub ship_to {
# delete shipto
- map({ delete $form->{$_} } (@shipto_vars, qw(header)));
+ map({ delete $form->{$_} } (@shipto_vars, qw(header
shipto_id
)));
$form->{title} = $title;
foreach my $key (keys %$form) {