projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7807c2f
)
Fix zu Bug 160. Fehler war eine Zeichenbeschraenkung der Optionenbeschreibung auf...
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 23 Jan 2006 13:57:43 +0000
(13:57 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 23 Jan 2006 13:57:43 +0000
(13:57 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
c163532
..
c70e35a
100644
(file)
--- 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|;