From 8fadc373a825676fbd47dec846e5a42194606d94 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 11 Jan 2007 14:58:10 +0000 Subject: [PATCH] =?utf8?q?OE->save()=20parst=20verschiedene=20Zahlen.=20Da?= =?utf8?q?s=20ist=20beim=20Umwandeln=20in=20anderen=20Formulartypen=20sehr?= =?utf8?q?=20ung=C3=BCnstig.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/oe.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; -- 2.20.1