my $query = qq|
SELECT sum(amount) from ar a WHERE a.id IN
- (SELECT id from ap where storno is true
+ (SELECT id from ar where storno is true
AND a.transdate >= ? and a.transdate <= ?)|;
my ($summe_stornobuchungen_ar) = selectfirst_array_query($::form, $self->dbh, $query, $self->fromdate, $self->todate);
Several tests for data integrity.
-=head1 FUNCTIONS
-
-=head1 BUGS
-
=head1 AUTHOR
G. Richardson E<lt>information@richardson-bueren.deE<gt>
Sven Schoeling E<lt>s.schoeling@linet-services.deE<gt>
=cut
-