X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=c70e35ab187de61740745d3f60c11d68a51807bc;hb=9dffa52a454bc38c7640fdbb6b09102a199ebd12;hp=c163532842950a2db75a5805e79a0a7de3c35e00;hpb=56ac091b854f2ebb9f5a38af2d6220fc35a3617c;p=kivitendo-erp.git 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|;