From f50a5cf37c61c72a11c215e82e117e19e27fcdaf Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 12 Nov 2008 09:06:26 +0000 Subject: [PATCH] =?utf8?q?Drucken=20von=20offenen=20Forderungen/Verbindlic?= =?utf8?q?hkeiten:=20Die=20nachfolgende=20Funktion=20erwartet,=20dass=20di?= =?utf8?q?e=20Z=C3=A4hlung=20bei=201=20beginnt,=20$row=5Fidx=20startet=20a?= =?utf8?q?ber=20bei=200.?= 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 4734d205e..33bba42a9 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -1759,8 +1759,8 @@ sub aging { if ($previous_ctid != $ref->{ctid}) { $row->{statement}->{raw_data} = - $cgi->hidden('-name' => "customer_id_${row_idx}", '-value' => $ref->{ctid}) - . $cgi->checkbox('-name' => "statement_${row_idx}", '-value' => 1, '-label' => '', 'checked' => $ref->{checked}); + $cgi->hidden('-name' => "customer_id_" . ($row_idx + 1), '-value' => $ref->{ctid}) + . $cgi->checkbox('-name' => "statement_" . ($row_idx + 1), '-value' => 1, '-label' => '', 'checked' => $ref->{checked}); $row->{ct}->{data} = $ref->{name}; $row_idx++; -- 2.20.1