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