From 5d9313c22b1ff61a4ed3584908561bb95c0393e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20K=C3=B6hler?= Date: Thu, 24 Nov 2005 16:18:05 +0000 Subject: [PATCH] Merge von 578 aus unstable: Fixed Bug #198 --- bin/mozilla/io.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 9d7597120..d0e813f57 100644 --- 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') -- 2.20.1