Fixed Bug #198
authorPhilip Reetz <p.reetz@linet-services.de>
Tue, 11 Oct 2005 09:26:15 +0000 (09:26 +0000)
committerPhilip Reetz <p.reetz@linet-services.de>
Tue, 11 Oct 2005 09:26:15 +0000 (09:26 +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')