blob: 66d19d5af17bbff04919a7d3534ac485044b082b (
plain)
- =head1: LedgerSMB::Report: Stub function for custom reports.
- =head1: Copyright (c) 2007. LedgerSMB Core Team
- =cut
- package LedgerSMB::Report;
- use base qw(LedgerSMB::DBObject);
- use strict;
- our $VERSION = '1.0.0';
|