E-Mail-Journal: Kosmetik, Übersetzungsanpassungen
[kivitendo-erp.git] / sql / Pg-upgrade2 / invoice_positions.pl
index 18ea9e9..f8bc911 100644 (file)
@@ -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")) {