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:
ba5f105
)
Merge von 578 aus unstable: Fixed Bug #198
author
Stephan Köhler
<s.koehler@linet-services.de>
Thu, 24 Nov 2005 16:18:05 +0000
(16:18 +0000)
committer
Stephan Köhler
<s.koehler@linet-services.de>
Thu, 24 Nov 2005 16:18:05 +0000
(16:18 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
9d75971
..
d0e813f
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1552,9
+1552,10
@@
sub ship_to {
map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
qw(exchangerate creditlimit creditremaining);
-
+ $form_id = $form->{id};
# get details for name
&{"$form->{vc}_details"};
+ $form->{id} = $form_id;
$number =
($form->{vc} eq 'customer')