From b1c231968a6813956710e2a94339ad5254fc6fdd Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Thu, 2 Aug 2012 16:16:34 +0200 Subject: [PATCH] =?utf8?q?Gel=C3=B6schte=20Auftr=C3=A4ge=20nicht=20mehr=20?= =?utf8?q?im=20Lieferschein=20verlinken(Ticket=20#1692)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/do.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index d18378aea..ee038fd9f 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -615,8 +615,7 @@ sub orders { }; $row->{donumber}->{link} = $edit_url . "&id=" . E($dord->{id}) . "&callback=${callback}"; - $row->{ordnumber}->{link} = $edit_order_url . "&id=" . E($dord->{oe_id}) . "&callback=${callback}"; - + $row->{ordnumber}->{link} = $edit_order_url . "&id=" . E($dord->{oe_id}) . "&callback=${callback}" if $dord->{oe_id}; $report->add_data($row); $idx++; -- 2.20.1