From 2a1e80a83b3c03fa6bd6b6103883b040f92ff382 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Thu, 29 Jan 2015 16:21:52 +0100 Subject: [PATCH] Schreibfehler in Kommentar verbessert. --- 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 854c75fbb..18ea9e9bc 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 postition field in order of ids, starting by one for each invoice + # set new posittion 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