X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/56ac091b854f2ebb9f5a38af2d6220fc35a3617c..f164578c6049cefc4adc5bbb3000dd8ae65a65ca:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index c16353284..c70e35ab1 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1631,7 +1631,7 @@ sub create_links { # now get the account numbers $query = - qq|SELECT c.accno, SUBSTRING(c.description,1,50) as description, c.link, c.taxkey_id + qq|SELECT c.accno, c.description, c.link, c.taxkey_id FROM chart c WHERE c.link LIKE '%$module%' ORDER BY c.accno|;