From: Moritz Bunkus Date: Thu, 11 Jan 2007 14:58:10 +0000 (+0000) Subject: OE->save() parst verschiedene Zahlen. Das ist beim Umwandeln in anderen Formulartypen... X-Git-Tag: release-2.4.1~1^2~57 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8fadc373a825676fbd47dec846e5a42194606d94;p=kivitendo-erp.git OE->save() parst verschiedene Zahlen. Das ist beim Umwandeln in anderen Formulartypen sehr ungünstig. --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 2537eaf22..89cb39cdd 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -2438,9 +2438,7 @@ sub purchase_order { if ( $form->{type} eq 'sales_quotation' || $form->{type} eq 'request_quotation') { - $form->{closed} = 1; - relink_accounts(); - OE->save(\%myconfig, \%$form); + OE->close_order(\%myconfig, \%$form); } $form->{cp_id} *= 1;