From 49707e3ca0f0b7a42d851dca32b124c42f7ed266 Mon Sep 17 00:00:00 2001 From: "Martin Helmling martin.helmling@octosoft.eu" Date: Wed, 6 Jul 2016 19:38:30 +0200 Subject: [PATCH] =?utf8?q?Verklemmung=20von=20Rose=20und=20standard=5Fdbh?= =?utf8?q?=20l=C3=B6sen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit FIXUP solange nicht mit einem single-dbh arbeitet, wird vor den ROSE Zugriffen der Standard dbh mal zugemacht. --- bin/mozilla/io.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 01ae32960..6826833d7 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1967,6 +1967,7 @@ sub _make_record_item { } sub _make_record { + Form::disconnect_standard_dbh; my $class = { sales_order => 'Order', purchase_order => 'Order', -- 2.20.1