Revision 12fb1a28
Von Jan Büren vor etwa 15 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
2196 | 2196 |
my $transdate = quote_db_date($params->{transdate}); |
2197 | 2197 |
|
2198 | 2198 |
my $query = |
2199 |
qq|SELECT c.id, c.accno, c.description, c.link, tk.taxkey_id, tk.tax_id | . |
|
2199 |
qq|SELECT c.id, c.accno, c.description, c.link, c.charttype, tk.taxkey_id, tk.tax_id | .
|
|
2200 | 2200 |
qq|FROM chart c | . |
2201 | 2201 |
qq|LEFT JOIN taxkeys tk ON | . |
2202 | 2202 |
qq|(tk.id = (SELECT id FROM taxkeys | . |
Auch abrufbar als: Unified diff
Fix für Bug 1150 - Dialogbuchen geht auf Überschriften. Entsprechend im Backend den chart.charttype zusätzlich geholt und die Liste ALL_CHARTS im Frontend gefiltert