Revision ec482acc
Von Moritz Bunkus vor 7 Monaten hinzugefügt
SL/SEPA.pm | ||
---|---|---|
247 | 247 |
$columns |
248 | 248 |
FROM sepa_export_items sei |
249 | 249 |
$joins |
250 |
WHERE sei.sepa_export_id = ?|; |
|
250 |
WHERE sei.sepa_export_id = ? |
|
251 |
ORDER BY sei.id|; |
|
251 | 252 |
|
252 | 253 |
$export->{items} = selectall_hashref_query($form, $dbh, $query, conv_i($params{id})); |
253 | 254 |
|
Auch abrufbar als: Unified diff
SEPA: XML: Einträge in deterministischer Reihenfolge in XML schreiben