From fc2f81b98f7a7308d71202c47d98611df6be1a7e Mon Sep 17 00:00:00 2001 From: Waldemar Toews Date: Mon, 13 Jul 2015 10:17:16 +0200 Subject: [PATCH] BUG-Fix: Falsche Links zu Lieferscheinen. In Spalte Lieferscheine falsche Links korrigiert. In der Spalte Rechnungen 'Tote Links' korrigiert. --- bin/mozilla/ic.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 327853915..6218c8e8e 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -1380,7 +1380,7 @@ sub generate_report { $row->{quonumber}{link} = $edit_oe_quo_link if (!$ref->{ordnumber}); } else { - $row->{invnumber}{link} = build_std_url("script=$ref->{module}.pl", 'action=edit', 'type=invoice', 'id=' . E($ref->{trans_id}), 'callback'); + $row->{invnumber}{link} = build_std_url("script=$ref->{module}.pl", 'action=edit', 'type=invoice', 'id=' . E($ref->{trans_id}), 'callback') if ($ref->{invnumber}); } # set properties of images -- 2.20.1