]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Nachtrag r825, Reihenfolge DB-Schemata
[mfinanz.git] / SL / Form.pm
index c163532842950a2db75a5805e79a0a7de3c35e00..c70e35ab187de61740745d3f60c11d68a51807bc 100644 (file)
@@ -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|;