From 2657ce87f65043473d6dfd7ab522faeda7f11149 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 16 Jan 2017 13:17:46 +0100 Subject: [PATCH] io.pl: disconnect_standard_dbh bei _make_record wieder entfernt MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Das war in 49707e3c eingefügt worden mit Hinweis, dass es ein temporärer Fix ist bis single-dbh abgeschlossen ist. Kann also wieder raus. --- bin/mozilla/io.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 0d9072f67..abbdda173 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1972,7 +1972,6 @@ sub _make_record_item { } sub _make_record { - Form::disconnect_standard_dbh; my $class = { sales_order => 'Order', purchase_order => 'Order', -- 2.20.1