Revision c2796317
Von Bernd Bleßmann vor mehr als 11 Jahren hinzugefügt
SL/BackgroundJob/SelfTest/Transactions.pm | ||
---|---|---|
309 | 309 |
LEFT JOIN vendor v on (v.id = ap.vendor_id) |
310 | 310 |
WHERE storno_id is null AND storno is true AND ap.id not in (SELECT storno_id FROM ap WHERE storno_id is not null AND storno is true); |
311 | 311 |
|; |
312 |
|
|
312 |
|
|
313 | 313 |
my $stornos_ohne_partner = selectall_hashref_query($::form, $self->dbh, $query); |
314 | 314 |
|
315 | 315 |
$self->tester->ok(@$stornos_ohne_partner == 0, 'Es sollte keine Stornos ohne Partner geben'); |
Auch abrufbar als: Unified diff
Kosmetik: Leerzeichen am Zeilenende weg.