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