]> wagnertech.de Git - mfinanz.git/blobdiff - SL/RP.pm
Typo
[mfinanz.git] / SL / RP.pm
index 49dbff603ae732bcdac3d4d5e7200dd842dce2b5..e0ed0b4eea27b9c903379cb4643c5eee7306146a 100644 (file)
--- a/SL/RP.pm
+++ b/SL/RP.pm
@@ -1307,7 +1307,7 @@ sub get_taxaccounts {
        FROM chart c, tax t
        WHERE (c.link LIKE '%CT_tax%') AND (c.id = t.chart_id)
        ORDER BY c.accno|;
-  $form->{taxaccounts} = selectall_hashref_quert($form, $dbh, $query);
+  $form->{taxaccounts} = selectall_hashref_query($form, $dbh, $query);
 
   $dbh->disconnect;