X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/942291e4ee3bacc216839d2989a63123f87b6bcd..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/sql/Pg-upgrade2/invoice_positions.pl diff --git a/sql/Pg-upgrade2/invoice_positions.pl b/sql/Pg-upgrade2/invoice_positions.pl index 854c75fbb..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 postition 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")) {