]> wagnertech.de Git - mfinanz.git/blobdiff - SL/AM.pm
Umstellung der Steuerbearbeitungsfunktion auf das "Template"-Modul.
[mfinanz.git] / SL / AM.pm
index f2eae601dda4fb67a131810f012b11db9ed68730..3737c130cac9dba94f74168d4560c5f75d177894 100644 (file)
--- a/SL/AM.pm
+++ b/SL/AM.pm
@@ -2098,7 +2098,7 @@ sub get_tax_accounts {
   # get Accounts from chart
   my $query = qq{ SELECT
                  id,
-                 accno || ' - ' || description AS _taxaccount
+                 accno || ' - ' || description AS taxaccount
                FROM chart
                WHERE link LIKE '%_tax%'
                ORDER BY accno