From 77b037dd540cca3590fd52cf4c183461fcc65a31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Thu, 29 Jan 2015 16:34:35 +0100 Subject: [PATCH] Schreibfehler in Kommentar verbessert (jetzt aber). --- sql/Pg-upgrade2/invoice_positions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/Pg-upgrade2/invoice_positions.pl b/sql/Pg-upgrade2/invoice_positions.pl index 18ea9e9bc..f8bc9112f 100644 --- a/sql/Pg-upgrade2/invoice_positions.pl +++ b/sql/Pg-upgrade2/invoice_positions.pl @@ -21,7 +21,7 @@ sub run { my $sth = $self->dbh->prepare($query); $sth->execute || $::form->dberror($query); - # set new posittion field in order of ids, starting by one for each invoice + # set new position field in order of ids, starting by one for each invoice my $last_invoice_id; my $position; while (my $ref = $sth->fetchrow_hashref("NAME_lc")) { -- 2.20.1