From 796b3881fae7c5f5feacfc5914a2d47cb85e18e6 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 18 Jun 2007 13:02:59 +0000 Subject: [PATCH] =?utf8?q?Liste=20der=20Zahlungsein-=20und=20-ausg=C3=A4ng?= =?utf8?q?e:=20Spalte=20"Referenz"=20mit=20Link=20zum=20Bearbeiten=20verse?= =?utf8?q?hen=20(so=20wie=20es=20vorher=20auch=20war).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/rp.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index 4cb742d0b..2a6321422 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -2312,8 +2312,6 @@ sub list_payments { $module = 'is' if ($payment->{invoice} && $payment->{module} eq 'ar'); $module = 'ir' if ($payment->{invoice} && $payment->{module} eq 'ap'); - my $link = build_std_url("module=${module}.pl", 'action=edit', 'id=' . E($payment->{id}), 'callback'); - $subtotal_paid += $payment->{paid}; $total_paid += $payment->{paid}; @@ -2328,6 +2326,8 @@ sub list_payments { }; } + $row->{invnumber}->{link} = build_std_url("script=${module}.pl", 'action=edit', 'id=' . E($payment->{id}), 'callback'); + $report->add_data($row); } -- 2.20.1