From: Moritz Bunkus Date: Mon, 18 Jun 2007 13:02:59 +0000 (+0000) Subject: Liste der Zahlungsein- und -ausgänge: Spalte "Referenz" mit Link zum Bearbeiten verse... X-Git-Tag: release-2.4.3^2~103 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=796b3881fae7c5f5feacfc5914a2d47cb85e18e6;p=kivitendo-erp.git Liste der Zahlungsein- und -ausgänge: Spalte "Referenz" mit Link zum Bearbeiten versehen (so wie es vorher auch war). --- 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); }