Revision a4330713
Von Sven Schöling vor fast 19 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1631 | 1631 |
|
1632 | 1632 |
# now get the account numbers |
1633 | 1633 |
$query = |
1634 |
qq|SELECT c.accno, SUBSTRING(c.description,1,50) as description, c.link, c.taxkey_id
|
|
1634 |
qq|SELECT c.accno, c.description, c.link, c.taxkey_id
|
|
1635 | 1635 |
FROM chart c |
1636 | 1636 |
WHERE c.link LIKE '%$module%' |
1637 | 1637 |
ORDER BY c.accno|; |
Auch abrufbar als: Unified diff
Fix zu Bug 160. Fehler war eine Zeichenbeschraenkung der Optionenbeschreibung auf 50 Zeichen.