From: Philip Reetz Date: Tue, 11 Oct 2005 09:26:15 +0000 (+0000) Subject: Fixed Bug #198 X-Git-Tag: release-2.4.0^2~507 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=398a270cbff6d72033f0ae217d380b8ad85d19f6;hp=435a5be586488ee4700b0a4fed0c91b5a5e1abfb;p=kivitendo-erp.git Fixed Bug #198 --- 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')