X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a3057d3f5d7cd768d1c939a0a9c6b9bc3cad6966..9c548b6f507a54d562dd47e79d6dcc0893e15da5:/SL/AM.pm diff --git a/SL/AM.pm b/SL/AM.pm index f2eae601d..3737c130c 100644 --- 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