Merge von 578 aus unstable: Fixed Bug #198
authorStephan Köhler <s.koehler@linet-services.de>
Thu, 24 Nov 2005 16:18:05 +0000 (16:18 +0000)
committerStephan Köhler <s.koehler@linet-services.de>
Thu, 24 Nov 2005 16:18:05 +0000 (16:18 +0000)
bin/mozilla/io.pl

index 9d75971..d0e813f 100644 (file)
@@ -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')