projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
435a5be
)
Fixed Bug #198
author
Philip Reetz
<p.reetz@linet-services.de>
Tue, 11 Oct 2005 09:26:15 +0000
(09:26 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Tue, 11 Oct 2005 09:26:15 +0000
(09:26 +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);
map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
qw(exchangerate creditlimit creditremaining);
-
+ $form_id = $form->{id};
# get details for name
&{"$form->{vc}_details"};
# get details for name
&{"$form->{vc}_details"};
+ $form->{id} = $form_id;
$number =
($form->{vc} eq 'customer')
$number =
($form->{vc} eq 'customer')